Software Development Network Logo
  • Visual Studio
  • SQL Server
  • Windows Vista
  • Windows Forms
  • Visual C#
  • VS Team System
  • Visual C++
  • Visual FoxPro
  • Visual Basic
  • Visual J#
  • Game Technologies
  • Smart Device
  • Microsoft ISV
  • .NET Development
  • Architecture

Software Development Network >> ExperiencedDesignerVirginCoder's Q&A profile

ExperiencedDesignerVirginCoder

Member List

Ntc
IIMA
Stephen Englefield-Grantham
Puckie Penn
RUISOLIDNET
P Glenn
Feret
Butt3r5
Axiverse
JP123
Joel Semeniuk
lucho
Anghy
developer281
Debabrata.debroy
greg_burns
gon
Preston M. Price
Wheat
Jamisonrsmi
Only Title

ExperiencedDesignerVirginCoder's Q&A profile

  • Visual C++ A plea to MS to improve compiler warning message C4244

    I am currently increasing the warning level on a number of C++ projects from 3 to 4 in order to pick up (amongst other things) lossy implicit type conversions. These are reported with messages such as: warning C4244: 'argument' : conversion from 'double' to 'long', possible loss of data Please can you improve the message to say WHICH ARGUMENT of WHICH FUNCTION. When the line number identifies a function call with 12 arguments, some of which are ...Show All

  • Visual Studio AssemblyInfo task

    I am trying to use the AssemblyInfo task in my team build, from this blog: http://blogs.msdn.com/msbuild/archive/2005/11/11/491947.aspx A few questions: - rather than editing each .vb/.csproj file, is there a way to set assemblyinfo details across all assemblies in a team build - what about web apps that dont have an assemblyinfo file - is there an easy way to use the $(BuildNumber) property in Team Build as the assembly version n ...Show All

  • Visual C++ converting std::string to TCHAR

    Hi I need to convert an stl string to a TCHAR*. I found lots of information searching on the web, but I can't understand what is the best method. I want somenthig like this: std::string myString = "hello"; TCHAR* myTcharString = [somefuntion](myString); Someone knows the answer thanks If I'm understanding the question correctly I think you could just use: http://msdn.microsoft.com/library/default. ...Show All

  • Visual Studio 2008 (Pre-release) How to use XAML as window icon?

    When I try to assign a DrawingImage to Window.Icon, I get the exception InvalidOperationException: ImageSource for Icon property must be an icon file. Does WPF only support bitmaps as window icons Then why is Window.Icon of type ImageSource ImageSource is the type behind <Image Source="... Anything you can specify there (i.e. not limited to bitmaps), you should be able to specify as Window.Icon. Afaik, in the current version, yo ...Show All

  • Software Development for Windows Vista ActivityValidators running on compile

    Quick question here on something I'm not clear one: I've got a custom activity library project (C#), on which I have created a custom ActivityValidator-derived class for a custom activity. The validator itself works just fine, the problem is actually compiling the custom activity library. What I'm seeing happening here is that the actual validator is getting run when the actual activity library is compiled. It seems the workflow targets invoked ...Show All

  • Visual Studio Any VSS addin sample that works?

    Hi, I have tried to create the sample C# VSS addin described here: http://msdn2.microsoft.com/library/hcdf9zk2(en-us,vs.80).aspx but no event is being trapped. Actually, the COM component is not even registered. Any pointer to a working demo/sample Thanks in advance. O.k, I figured it out by myself. It was becuase of a line of code in my VSS2005 help file. ~IvssEventSample() { // Unwire the connection point (see Init ...Show All

  • Visual Studio Team System Unable to view Source Control Explorer in Beta2

    I currently have 25 or so developers running up against Beta 2's Version Control. Everybody up to this point has been fine. However, I recently added another member to the team and they can NOT see any of the existing projects under Version Control. I have given them every access right I can find (include Project Administrator on the Team Project itself). Any ideas or things I could try Thanks, ~slee To be hon ...Show All

  • Visual C++ Link Errors After Upgrading from 2003

    I'm currently tasked with evaluating VS2005 for my company's tools team. The team has been focusing on .NET applications in VS7.1 for the past six months, and we've been doing great. Unfortunately, when I converted one of our 7.1 projects over to 8.0 (2005), I encountered several linking errors I could not clear. The /clr is set to "oldSyntax," because this project is far too large to convert over to the new /clr syntax. We are linking to nat ...Show All

  • Visual Studio Express Editions Is Visual C# 2005 Express v50630 avalaible for download?

    I saw that there is a new version of Visual Studio 2005 Beta 2 with the framework 2.0.50630. I'd like to know if there's a C# express beta avalaible for download. Thanks in advance for your help luca - No.  The 2.0.50630 version is the July CTP, and there was no version of Express released with the July CTP.  There will however be an August CTP released in the next week, and an Express version of ...Show All

  • Visual Basic Numeric textbox

    VB 2005 . How to make a textbox that allows the user to enter only double numbers Hi Kent, I just wanted to confirm that you shouldn't use RightToLeft property in the TB if you need to right-align your digits. This property is intended for right-to-left languages, like Arabic, Hebrew, Urdu and Farsi. ...Show All

  • Visual Studio Webforms (local mode) - where is print button ? !!

    Perhaps I'm being a bit stupid here, but when adding a reportviewer control to an ASP.NET application for a report run in local processing mode, I don't see any print button to be able to print the report. I can view the report, export to Excel, but how do I print I am intresting about this topic. But I find it use Microsoft.Reporting.WinForms; to print the report. Can it use in WebApplication http://forums.m ...Show All

  • Visual Studio Express Editions VC++ Express Win32 Application without Platform SDK

    Good afternoon... When I select New Project in VC++ Express I given a template choice of Win32 Console Application. My question is, what is a Win32 Console application without the Platform SDK installed   Is this just a Standard C/C++ library application   If not, what is it Thanks That's right - it is simply a standard C++ application that runs from the command line.  If you aren't going to do Windows development, you can u ...Show All

  • Visual Studio 2008 (Pre-release) What happened with INotifyCollectionChanged in May CTP ?

    INotifyPropertyChanged is still there but it seems INotifyCollectionChanged was removed. What's the new interface that replaces INotifyCollectionChanged in May CTP Afaik, this hasn't been removed. System.Collections.Specialized.INotifyCollectionChanged is still in WindowsBase.dll. Also, please refer to the release as Beta 2, not May CTP. It is less confusing. ...Show All

  • Visual C# Deep equivalence testing?

    Hi, hope you can help. If I create a class with some properties and fields and then instantiate two objects based on this class, I need some way of testing for equivalence. Since the == operator works on reference equivalence, this will not work for me. I need to do a field-by-field/property-by-property equivalence check. Ideally, this would be a deep test, recursively looking at sub-objects too. How is the best way to achieve this ...Show All

  • .NET Development INamingContainer, what are you doing with that MasterPage?

    The master pages feature in the new .NET 2.0 framework is great. Better said, there is nothing that can compare to it! And that makes it even more frustrating, that the MasterPage class implements the INamingContainer interface. Besides that, there is no need for the MasterPage to implement that interface, because the ContentPlaceHolder -usually used within a master page- implement the INamingContainer interface too. So when ensuring a control's ...Show All

©2008 Software Development Network

powered by phorum