Click here to Skip to main content
15,889,436 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionpicture box Pin
deeps_cute21-May-07 6:21
deeps_cute21-May-07 6:21 
AnswerRe: picture box Pin
Mark Salsbery21-May-07 6:37
Mark Salsbery21-May-07 6:37 
AnswerRe: picture box Pin
Perspx21-May-07 9:01
Perspx21-May-07 9:01 
AnswerRe: picture box Pin
Sameerkumar Namdeo21-May-07 20:56
Sameerkumar Namdeo21-May-07 20:56 
QuestionString programming question Pin
Accius21-May-07 4:31
Accius21-May-07 4:31 
AnswerRe: String programming question Pin
Mark Salsbery21-May-07 5:07
Mark Salsbery21-May-07 5:07 
AnswerRe: String programming question Pin
Nelek21-May-07 20:00
protectorNelek21-May-07 20:00 
QuestionWM_KEYDOWN on Non-MFC Dialog Pin
Al_Pennyworth21-May-07 4:26
Al_Pennyworth21-May-07 4:26 
I am trying to find a means for capturing the wm_keydown on a dialog box developed using C++ so that means no MFC, no CDialog, etc. It is the old-fashioned capture of the WM_INITDIALOG, WM_COMMAND, etc.

I need to capture a keystroke, determine if it is a specific key, and then perform specific processing.

All the information I have been able to find deals with the WM_KEYDOWN on MFC dialog boxes, I haven't been able to find anything in regard to how to handle the messaging if it is a Non-MFC dialog box.

Any ideas?
AnswerRe: WM_KEYDOWN on Non-MFC Dialog Pin
CPallini21-May-07 4:36
mveCPallini21-May-07 4:36 
GeneralRe: WM_KEYDOWN on Non-MFC Dialog Pin
Al_Pennyworth21-May-07 4:45
Al_Pennyworth21-May-07 4:45 
GeneralRe: WM_KEYDOWN on Non-MFC Dialog Pin
Mark Salsbery21-May-07 5:09
Mark Salsbery21-May-07 5:09 
GeneralRe: WM_KEYDOWN on Non-MFC Dialog Pin
Al_Pennyworth21-May-07 5:12
Al_Pennyworth21-May-07 5:12 
GeneralRe: WM_KEYDOWN on Non-MFC Dialog Pin
Rajesh R Subramanian21-May-07 20:26
professionalRajesh R Subramanian21-May-07 20:26 
GeneralRe: WM_KEYDOWN on Non-MFC Dialog Pin
CPallini21-May-07 5:49
mveCPallini21-May-07 5:49 
QuestionCFont clean-up Pin
Tara1421-May-07 4:24
Tara1421-May-07 4:24 
AnswerRe: CFont clean-up Pin
Mark Salsbery21-May-07 5:13
Mark Salsbery21-May-07 5:13 
QuestionRe: CFont clean-up Pin
CPallini21-May-07 5:55
mveCPallini21-May-07 5:55 
AnswerRe: CFont clean-up Pin
Mark Salsbery21-May-07 6:01
Mark Salsbery21-May-07 6:01 
GeneralRe: CFont clean-up Pin
CPallini21-May-07 20:36
mveCPallini21-May-07 20:36 
GeneralRe: CFont clean-up Pin
Mark Salsbery22-May-07 3:48
Mark Salsbery22-May-07 3:48 
AnswerRe: CFont clean-up Pin
Stephen Hewitt21-May-07 16:47
Stephen Hewitt21-May-07 16:47 
GeneralRe: CFont clean-up Pin
CPallini21-May-07 20:41
mveCPallini21-May-07 20:41 
GeneralRe: CFont clean-up Pin
Stephen Hewitt21-May-07 20:50
Stephen Hewitt21-May-07 20:50 
GeneralRe: CFont clean-up Pin
CPallini21-May-07 20:57
mveCPallini21-May-07 20:57 
GeneralRe: CFont clean-up Pin
Stephen Hewitt21-May-07 21:05
Stephen Hewitt21-May-07 21:05 

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.