Click here to Skip to main content
15,915,501 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: honey pots (Original deleted? What happened) Pin
Hamid_RT25-Apr-07 9:19
Hamid_RT25-Apr-07 9:19 
GeneralRe: honey pots Pin
sravy25-Apr-07 9:16
sravy25-Apr-07 9:16 
GeneralRe: honey pots Pin
Hamid_RT25-Apr-07 9:40
Hamid_RT25-Apr-07 9:40 
GeneralRe: honey pots Pin
sravy25-Apr-07 11:29
sravy25-Apr-07 11:29 
AnswerRe: honey pots Pin
Hamid_RT25-Apr-07 18:57
Hamid_RT25-Apr-07 18:57 
GeneralRe: honey pots Pin
David Crow26-Apr-07 2:35
David Crow26-Apr-07 2:35 
Questionmultiple CASE expressions Pin
alex.barylski25-Apr-07 7:35
alex.barylski25-Apr-07 7:35 
AnswerRe: multiple CASE expressions Pin
Goggelmoggel25-Apr-07 7:44
Goggelmoggel25-Apr-07 7:44 
AnswerRe: multiple CASE expressions Pin
Joan M25-Apr-07 8:15
professionalJoan M25-Apr-07 8:15 
AnswerRe: multiple CASE expressions Pin
Michael Dunn25-Apr-07 13:44
sitebuilderMichael Dunn25-Apr-07 13:44 
GeneralRe: multiple CASE expressions Pin
alex.barylski25-Apr-07 17:30
alex.barylski25-Apr-07 17:30 
GeneralRe: multiple CASE expressions Pin
Michael Dunn30-Apr-07 12:28
sitebuilderMichael Dunn30-Apr-07 12:28 
QuestionHow to start .exe and get hWnd Pin
Goggelmoggel25-Apr-07 7:25
Goggelmoggel25-Apr-07 7:25 
AnswerRe: How to start .exe and get hWnd Pin
Mark Salsbery25-Apr-07 8:29
Mark Salsbery25-Apr-07 8:29 
AnswerRe: How to start .exe and get hWnd Pin
Hamid_RT25-Apr-07 9:01
Hamid_RT25-Apr-07 9:01 
GeneralRe: How to start .exe and get hWnd Pin
David Crow25-Apr-07 10:29
David Crow25-Apr-07 10:29 
GeneralRe: How to start .exe and get hWnd Pin
Stephen Hewitt25-Apr-07 14:22
Stephen Hewitt25-Apr-07 14:22 
GeneralRe: How to start .exe and get hWnd Pin
Hamid_RT25-Apr-07 18:51
Hamid_RT25-Apr-07 18:51 
AnswerRe: How to start .exe and get hWnd Pin
jk chan25-Apr-07 23:28
jk chan25-Apr-07 23:28 
QuestionHandle to a window? Pin
iayd25-Apr-07 6:33
iayd25-Apr-07 6:33 
AnswerRe: Handle to a window? Pin
David Crow25-Apr-07 6:51
David Crow25-Apr-07 6:51 
QuestionVC++2005 : how do I enable the xp look in my app? Pin
Joan M25-Apr-07 6:28
professionalJoan M25-Apr-07 6:28 
AnswerRe: VC++2005 : how do I enable the xp look in my app? Pin
krmed25-Apr-07 8:04
krmed25-Apr-07 8:04 
If this is an MFC app, look at the bottom of stdafx.h and you find
#ifdef UNICODE
...
...
#endif

Just delete the #ifdef line and the associated #endif, but leave everything in between.

For some reason, the default only enables the V6 Common Controls if UNICODE is defined.

Hope that helps.


Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

GeneralRe: VC++2005 : how do I enable the xp look in my app? Pin
Joan M25-Apr-07 8:12
professionalJoan M25-Apr-07 8:12 
QuestionWindows form in C++ Pin
Anka_Ame25-Apr-07 5:46
Anka_Ame25-Apr-07 5:46 

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.