- yet another c2248 error
I'm another user (paid ) getting this compile error message now that the project was converted from .net 2003 to .net 2005 this is a show stopper and I need a resolution of some kind so any ideas /help would be appreciated .C:\Program Files (x86)\Microsoft Visual Studio ...
- XP password char - Why "MS Sans Serif" does not work on all machines?
The Problem: On some machines, my password field displays the password character as the "dot" - which is XP standard, and on other machines it dispays vertical bars.Details:In our win32 application we have added the manifest and are using the commctl32.dll version 6. As a result the passwords ...
- XML Documentation /doc option
The title of my post is broader than this specific question, but I'd thought I'd make this a general thread about this topic.My issue:I'm getting warning c4633 when I try to use the <param> tag in an XML comment on main(argc, argv).Apparently, the compiler is trying to match my ...
- wtsapi32.h missing
Hello everyone,wtsapi32.h seems to be missing in whidbey beta2. It is in the platform sdk releases.What is the reason behind this and how do I overcome this? I need to detect if the program is running under terminal server or not.Thanks in advance. ...
- WriteConsole not working under debugger
Hi GuysI am writing a simple win32 app using Visual C++ 2005 express beta2Basically i'm trying to have a console window to write debug messages.so i use AllocConsole(), then GetStdHandle() and WriteConsole().The code works fine when i run it standolone, but when I use the debugger (F5)the text ...
- Would like to have a button open a new window or program
What i would like to have when im finished is a program that will have a main screen and that will open a another screen that will have several programs that will be all in one program instead of having to install all of them is this possible? and how do i go about it?...