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

C / C++ / MFC

 
GeneralRe: Which STL container to use Pin
User 58385210-May-07 13:07
User 58385210-May-07 13:07 
GeneralRe: Which STL container to use Pin
ThatsAlok16-May-07 20:30
ThatsAlok16-May-07 20:30 
GeneralRe: Which STL container to use Pin
Stephen Hewitt16-May-07 20:33
Stephen Hewitt16-May-07 20:33 
GeneralRe: Which STL container to use Pin
ThatsAlok16-May-07 20:40
ThatsAlok16-May-07 20:40 
QuestionC2440 error Pin
subramanyeswari8-May-07 20:48
subramanyeswari8-May-07 20:48 
AnswerRe: C2440 error Pin
Stephen Hewitt8-May-07 20:50
Stephen Hewitt8-May-07 20:50 
AnswerRe: C2440 error Pin
Cedric Moonen8-May-07 20:53
Cedric Moonen8-May-07 20:53 
GeneralRe: C2440 error Pin
subramanyeswari8-May-07 21:09
subramanyeswari8-May-07 21:09 
GeneralRe: C2440 error Pin
Cedric Moonen8-May-07 21:24
Cedric Moonen8-May-07 21:24 
GeneralRe: C2440 error Pin
Stephen Hewitt8-May-07 21:26
Stephen Hewitt8-May-07 21:26 
AnswerRe: C2440 error Pin
Stephen Hewitt8-May-07 21:42
Stephen Hewitt8-May-07 21:42 
Questionlux meter Pin
mrizki8-May-07 19:57
mrizki8-May-07 19:57 
AnswerRe: lux meter Pin
kakan8-May-07 20:11
professionalkakan8-May-07 20:11 
GeneralRe: lux meter Pin
ThatsAlok8-May-07 21:07
ThatsAlok8-May-07 21:07 
AnswerRe: lux meter Pin
ThatsAlok8-May-07 21:07
ThatsAlok8-May-07 21:07 
Questionstart button .Please help me. Pin
prathuraj8-May-07 19:49
prathuraj8-May-07 19:49 
AnswerRe: start button .Please help me. Pin
ThatsAlok8-May-07 21:08
ThatsAlok8-May-07 21:08 
GeneralRe: start button .Please help me. Pin
prathuraj8-May-07 22:10
prathuraj8-May-07 22:10 
GeneralRe: start button .Please help me. Pin
Hans Dietrich8-May-07 22:25
mentorHans Dietrich8-May-07 22:25 
The code that you posted will only intercept keystrokes when your app has the input focus. When you click on the Start button, you are shifting focus away from your app, and so you will never see those keystrokes. As ThatsAlok said, you need to do this on a system-wide basis.

Best wishes,
Hans
QuestionQuery regarding file sharing Pin
PavanD8-May-07 19:49
PavanD8-May-07 19:49 
AnswerRe: Query regarding file sharing Pin
Paresh Chitte8-May-07 20:20
Paresh Chitte8-May-07 20:20 
QuestionRe: Query regarding file sharing Pin
David Crow9-May-07 2:53
David Crow9-May-07 2:53 
QuestionThe Learning Paradigm... Pin
Polite Programmer8-May-07 19:30
Polite Programmer8-May-07 19:30 
AnswerRe: The Learning Paradigm... Pin
Abu Mami8-May-07 20:25
Abu Mami8-May-07 20:25 
Questionserial port interfacing using VC++ Pin
*Roxanna*8-May-07 17:15
*Roxanna*8-May-07 17:15 

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.