Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to create a sizeable dialog (under MFC)? Pin
Brian D19-Jan-04 22:00
Brian D19-Jan-04 22:00 
AnswerRe: How to create a sizeable dialog (under MFC)? Pin
Burz20-Jan-04 0:49
Burz20-Jan-04 0:49 
GeneralRe: How to create a sizeable dialog (under MFC)? Pin
Jay.Jay22-Jan-04 3:11
Jay.Jay22-Jan-04 3:11 
GeneralRe: How to create a sizeable dialog (under MFC)? Pin
Burz22-Jan-04 3:33
Burz22-Jan-04 3:33 
GeneralRe: How to create a sizeable dialog (under MFC)? Pin
Jay.Jay22-Jan-04 23:58
Jay.Jay22-Jan-04 23:58 
QuestionDifferent behaviour between CommonControl- and MSForm- Buttons ?? Pin
Mephisto18719-Jan-04 21:42
Mephisto18719-Jan-04 21:42 
GeneralCant compile GetComputerNameEx Pin
bjolletts19-Jan-04 21:39
bjolletts19-Jan-04 21:39 
GeneralRe: Cant compile GetComputerNameEx Pin
Steve S19-Jan-04 22:22
Steve S19-Jan-04 22:22 
You need to set the symbol _WIN32_WINNT to 0x0500 or greater, to specifically target Win2000 or XP. If you don't do this, the declarations in winbase.h are #if'd out.

Of course, this also means your app cannot run on WinNT or Win9x/ME, unless you delayload the appropriate DLL and then test OS version at runtime.

Steve S
QuestionHow to get "password policy requirement"? Pin
Aleksan19-Jan-04 21:32
Aleksan19-Jan-04 21:32 
QuestionHow to find the exe programmatically Pin
SiddharthAtw19-Jan-04 20:14
SiddharthAtw19-Jan-04 20:14 
AnswerRe: How to find the exe programmatically Pin
murali_utr19-Jan-04 20:22
murali_utr19-Jan-04 20:22 
GeneralScreen Capturing and saving in .AVI Pin
santosh k19-Jan-04 20:12
santosh k19-Jan-04 20:12 
GeneralRe: Screen Capturing and saving in .AVI Pin
Abhishek Srivastava19-Jan-04 22:39
Abhishek Srivastava19-Jan-04 22:39 
GeneralRe: Screen Capturing and saving in .AVI Pin
Thierry Maurel19-Jan-04 22:53
Thierry Maurel19-Jan-04 22:53 
GeneralWindows Sockets(asynchonous TCP client) Pin
TrueKaine19-Jan-04 19:59
TrueKaine19-Jan-04 19:59 
GeneralRe: Windows Sockets(asynchonous TCP client) Pin
MeWithNoName19-Jan-04 20:31
MeWithNoName19-Jan-04 20:31 
GeneralUrgent : thread exit with 0 Pin
murali_utr19-Jan-04 19:16
murali_utr19-Jan-04 19:16 
GeneralRe: Urgent : thread exit with 0 Pin
22491720-Jan-04 1:39
22491720-Jan-04 1:39 
Generalvisual assist .net Pin
Anonymous19-Jan-04 18:02
Anonymous19-Jan-04 18:02 
GeneralRe: visual assist .net Pin
Anonymous19-Jan-04 18:18
Anonymous19-Jan-04 18:18 
GeneralRe: visual assist .net Pin
Anonymous19-Jan-04 18:50
Anonymous19-Jan-04 18:50 
GeneralRe: visual assist .net Pin
Anonymous19-Jan-04 19:25
Anonymous19-Jan-04 19:25 
GeneralRe: visual assist .net Pin
Artem Moroz20-Jan-04 1:32
Artem Moroz20-Jan-04 1:32 
GeneralRe: visual assist .net Pin
berndg19-Jan-04 20:43
berndg19-Jan-04 20:43 
GeneralGetOpenFileName structure member variable is tricky... Pin
andreir2319-Jan-04 14:56
andreir2319-Jan-04 14:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.