Click here to Skip to main content
16,004,924 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: setfocus- ok but Pin
prasad_som19-Mar-07 2:44
prasad_som19-Mar-07 2:44 
GeneralRe: setfocus- ok but Pin
deeps_cute19-Mar-07 3:34
deeps_cute19-Mar-07 3:34 
GeneralRe: setfocus- ok but Pin
prasad_som19-Mar-07 3:36
prasad_som19-Mar-07 3:36 
QuestionRe: setfocus- ok but Pin
David Crow19-Mar-07 4:09
David Crow19-Mar-07 4:09 
AnswerRe: setfocus Pin
peterchen19-Mar-07 2:13
peterchen19-Mar-07 2:13 
Questiondynamically create cbutton Pin
P e t e r19-Mar-07 1:24
P e t e r19-Mar-07 1:24 
AnswerRe: dynamically create cbutton Pin
prasad_som19-Mar-07 1:30
prasad_som19-Mar-07 1:30 
AnswerRe: dynamically create cbutton Pin
JudyL_MD19-Mar-07 1:49
JudyL_MD19-Mar-07 1:49 
Easiest thing to do is just catch all the WM_COMMAND messages with HIWORD (wParam) == BN_CLICKED in your WindowProc and decide which OnClick to call based on the LOWORD (wParam) which will be your button ID.

Judy

Questionhow to use an ActiveX in dynamic Dialogs Pin
Pham duc an19-Mar-07 1:15
Pham duc an19-Mar-07 1:15 
QuestionDebugging in VS 2005 Pin
LiYS19-Mar-07 0:51
LiYS19-Mar-07 0:51 
AnswerRe: Debugging in VS 2005 Pin
prasad_som19-Mar-07 1:08
prasad_som19-Mar-07 1:08 
AnswerRe: Debugging in VS 2005 Pin
Mark Salsbery19-Mar-07 4:18
Mark Salsbery19-Mar-07 4:18 
QuestionHow to change other program's resource at runtime Pin
twomol19-Mar-07 0:47
twomol19-Mar-07 0:47 
AnswerRe: How to change other program's resource at runtime Pin
ThatsAlok19-Mar-07 1:08
ThatsAlok19-Mar-07 1:08 
GeneralRe: How to change other program's resource at runtime Pin
twomol19-Mar-07 1:25
twomol19-Mar-07 1:25 
GeneralRe: How to change other program's resource at runtime Pin
x87Bliss19-Mar-07 15:54
x87Bliss19-Mar-07 15:54 
GeneralRe: How to change other program's resource at runtime Pin
twomol19-Mar-07 16:25
twomol19-Mar-07 16:25 
Questiongameonline Pin
ntboybuon19-Mar-07 0:44
ntboybuon19-Mar-07 0:44 
GeneralRe: gameonline [modified] Pin
Programm3r19-Mar-07 0:54
Programm3r19-Mar-07 0:54 
GeneralRe: gameonline Pin
ThatsAlok19-Mar-07 1:17
ThatsAlok19-Mar-07 1:17 
GeneralRe: gameonline Pin
Programm3r19-Mar-07 1:24
Programm3r19-Mar-07 1:24 
AnswerRe: gameonline Pin
Emil - Gabriel19-Mar-07 1:03
Emil - Gabriel19-Mar-07 1:03 
GeneralRe: gameonline Pin
ThatsAlok19-Mar-07 1:06
ThatsAlok19-Mar-07 1:06 
JokeRe: gameonline Pin
Emil - Gabriel19-Mar-07 1:14
Emil - Gabriel19-Mar-07 1:14 
GeneralRe: gameonline Pin
ThatsAlok19-Mar-07 1:16
ThatsAlok19-Mar-07 1:16 

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.