Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Retrieve output of console app? Pin
Rage9-Jan-06 6:00
professionalRage9-Jan-06 6:00 
AnswerRe: Retrieve output of console app? Pin
Taka Muraoka9-Jan-06 6:14
Taka Muraoka9-Jan-06 6:14 
AnswerRe: Retrieve output of console app? Pin
David Crow9-Jan-06 10:10
David Crow9-Jan-06 10:10 
AnswerRe: Retrieve output of console app? Pin
kakan9-Jan-06 19:14
professionalkakan9-Jan-06 19:14 
AnswerRe: Retrieve output of console app? Pin
Cpt Rick10-Jan-06 1:11
Cpt Rick10-Jan-06 1:11 
QuestionDetecting system global window hooks? Pin
Jörgen Sigvardsson9-Jan-06 4:53
Jörgen Sigvardsson9-Jan-06 4:53 
AnswerRe: Detecting system global window hooks? Pin
Nish Nishant9-Jan-06 5:10
sitebuilderNish Nishant9-Jan-06 5:10 
GeneralRe: Detecting system global window hooks? Pin
Jörgen Sigvardsson9-Jan-06 5:28
Jörgen Sigvardsson9-Jan-06 5:28 
I've seen shareware apps claiming they can detect window hooks, but I have yet to find a free one. Nor do they provide any technical detail on how it is done (trade secrets Smile | :) ).

Nishant Sivakumar wrote:
Alternatively, you could hook the hooker - SetWindowsHookEx, when Windows starts.

That won't help me much, as I'm trying to detect what's messing up my keyboard input. I know (from dabbling with hooks myself), that it is easy to screw up the keyboard handling, if you do not pass all messages to the next hook on the chain. I remember failing to forward "peeks" to the next chain, which caused the accelerator translation to fail in some instances, depending on key up/down sequences in n-key combinations. The symptoms I'm witnessing right now matches such bad hook behaviour. The only problem is that I have no hooks installed on this machine...
GeneralRe: Detecting system global window hooks? Pin
Nish Nishant9-Jan-06 5:48
sitebuilderNish Nishant9-Jan-06 5:48 
GeneralRe: Detecting system global window hooks? Pin
Jörgen Sigvardsson9-Jan-06 6:22
Jörgen Sigvardsson9-Jan-06 6:22 
GeneralRe: Detecting system global window hooks? Pin
Nish Nishant9-Jan-06 9:14
sitebuilderNish Nishant9-Jan-06 9:14 
GeneralRe: Detecting system global window hooks? Pin
James Brown9-Jan-06 10:52
James Brown9-Jan-06 10:52 
QuestionHow to sort a Cmap by key? Pin
xyhan9-Jan-06 4:45
xyhan9-Jan-06 4:45 
AnswerRe: How to sort a Cmap by key? Pin
toxcct9-Jan-06 4:50
toxcct9-Jan-06 4:50 
GeneralRe: How to sort a Cmap by key? Pin
xyhan9-Jan-06 4:59
xyhan9-Jan-06 4:59 
GeneralRe: How to sort a Cmap by key? Pin
toxcct9-Jan-06 5:02
toxcct9-Jan-06 5:02 
GeneralRe: How to sort a Cmap by key? Pin
xyhan9-Jan-06 5:18
xyhan9-Jan-06 5:18 
GeneralRe: How to sort a Cmap by key? Pin
jhwurmbach9-Jan-06 5:29
jhwurmbach9-Jan-06 5:29 
QuestionGet Windows Standard Dialog Color Pin
master879-Jan-06 4:34
master879-Jan-06 4:34 
AnswerRe: Get Windows Standard Dialog Color Pin
toxcct9-Jan-06 4:41
toxcct9-Jan-06 4:41 
GeneralRe: Get Windows Standard Dialog Color Pin
Rage9-Jan-06 6:02
professionalRage9-Jan-06 6:02 
GeneralRe: Get Windows Standard Dialog Color Pin
toxcct9-Jan-06 6:05
toxcct9-Jan-06 6:05 
GeneralRe: Get Windows Standard Dialog Color Pin
toxcct9-Jan-06 21:20
toxcct9-Jan-06 21:20 
GeneralRe: Get Windows Standard Dialog Color Pin
Eytukan9-Jan-06 20:35
Eytukan9-Jan-06 20:35 
AnswerRe: Get Windows Standard Dialog Color Pin
Nish Nishant9-Jan-06 4:58
sitebuilderNish Nishant9-Jan-06 4:58 

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.