Click here to Skip to main content
16,005,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 2 projects having same dsw files and different dsp file Pin
neha.agarwal2730-Oct-07 23:36
neha.agarwal2730-Oct-07 23:36 
GeneralRe: 2 projects having same dsw files and different dsp file Pin
Cedric Moonen30-Oct-07 23:50
Cedric Moonen30-Oct-07 23:50 
GeneralRe: 2 projects having same dsw files and different dsp file Pin
sheshidar31-Oct-07 2:28
sheshidar31-Oct-07 2:28 
GeneralRe: 2 projects having same dsw files and different dsp file Pin
neha.agarwal2731-Oct-07 18:53
neha.agarwal2731-Oct-07 18:53 
Questioncan anybody tell me how to capture the enter key event from the keyboard Pin
philiptabraham30-Oct-07 21:29
philiptabraham30-Oct-07 21:29 
AnswerRe: can anybody tell me how to capture the enter key event from the keyboard Pin
Hamid_RT30-Oct-07 21:39
Hamid_RT30-Oct-07 21:39 
AnswerRe: can anybody tell me how to capture the enter key event from the keyboard Pin
Rajesh R Subramanian30-Oct-07 22:04
professionalRajesh R Subramanian30-Oct-07 22:04 
AnswerRe: can anybody tell me how to capture the enter key event from the keyboard Pin
Nelek30-Oct-07 22:29
protectorNelek30-Oct-07 22:29 
Use the WM_KEYDOWN / WM_KEYUP and compare the parameter/variable nChar (contains info about which one was pressed).

Then compare it with an if if you just want to check once, or a switch if you want to differenciate more cases. Some possibilities are: VK_HOME, VK_END, VK_UP, VK_DOWN, ..., VK_PRIOR, ..., VK_ESCAPE, VK_ENTER... and so on, the complete list is in your docu and in MSDN.

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

GeneralRe: can anybody tell me how to capture the enter key event from the keyboard Pin
Hamid_RT30-Oct-07 22:51
Hamid_RT30-Oct-07 22:51 
GeneralRe: can anybody tell me how to capture the enter key event from the keyboard Pin
philiptabraham30-Oct-07 23:19
philiptabraham30-Oct-07 23:19 
GeneralRe: can anybody tell me how to capture the enter key event from the keyboard Pin
Nelek7-Nov-07 3:32
protectorNelek7-Nov-07 3:32 
QuestionHow to close the Opened process. Pin
GauranG Shah30-Oct-07 21:12
GauranG Shah30-Oct-07 21:12 
QuestionRe: How to close the Opened process. Pin
Hamid_RT30-Oct-07 22:08
Hamid_RT30-Oct-07 22:08 
AnswerRe: How to close the Opened process. Pin
GauranG Shah30-Oct-07 23:05
GauranG Shah30-Oct-07 23:05 
QuestionRe: How to close the Opened process. Pin
Hamid_RT31-Oct-07 4:32
Hamid_RT31-Oct-07 4:32 
AnswerRe: How to close the Opened process. Pin
Nishad S30-Oct-07 22:53
Nishad S30-Oct-07 22:53 
AnswerRe: How to close the Opened process. Pin
David Crow31-Oct-07 3:14
David Crow31-Oct-07 3:14 
AnswerRe: How to close the Opened process. Pin
JudyL_MD31-Oct-07 3:52
JudyL_MD31-Oct-07 3:52 
QuestionProblem in CRecordSet Pin
M_Menon30-Oct-07 21:08
M_Menon30-Oct-07 21:08 
AnswerRe: Problem in CRecordSet Pin
panthal30-Oct-07 21:30
panthal30-Oct-07 21:30 
GeneralRe: Problem in CRecordSet Pin
M_Menon30-Oct-07 22:57
M_Menon30-Oct-07 22:57 
GeneralRe: Problem in CRecordSet Pin
David Crow31-Oct-07 3:40
David Crow31-Oct-07 3:40 
GeneralRe: Problem in CRecordSet Pin
M_Menon31-Oct-07 5:45
M_Menon31-Oct-07 5:45 
QuestionRe: Problem in CRecordSet Pin
David Crow31-Oct-07 5:52
David Crow31-Oct-07 5:52 
AnswerRe: Problem in CRecordSet Pin
M_Menon31-Oct-07 7:09
M_Menon31-Oct-07 7:09 

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.