Click here to Skip to main content
15,925,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC help Pin
Christian Graus7-Feb-02 9:42
protectorChristian Graus7-Feb-02 9:42 
GeneralRe: MFC help Pin
Nish Nishant7-Feb-02 10:28
sitebuilderNish Nishant7-Feb-02 10:28 
Generalinfinite loop Pin
7-Feb-02 8:39
suss7-Feb-02 8:39 
GeneralRe: infinite loop Pin
Joaquín M López Muñoz7-Feb-02 9:25
Joaquín M López Muñoz7-Feb-02 9:25 
GeneralRe: infinite loop Pin
7-Feb-02 9:41
suss7-Feb-02 9:41 
GeneralRe: infinite loop Pin
Joaquín M López Muñoz7-Feb-02 9:52
Joaquín M López Muñoz7-Feb-02 9:52 
Generalkeyboard system hook only works on focus Pin
Kuniva7-Feb-02 8:09
Kuniva7-Feb-02 8:09 
GeneralRe: keyboard system hook only works on focus Pin
Joaquín M López Muñoz7-Feb-02 8:48
Joaquín M López Muñoz7-Feb-02 8:48 
SetWindowsHookEx(WH_KEYBOARD, (HOOKPROC)KeyboardProc, hInstance, 0); // note last parameter
Quote from MSDN SetWindowsHookEx documentation:

If the dwThreadId parameter is zero or specifies the identifier of a thread created by a different process, the lpfn parameter must point to a hook procedure in a dynamic-link library (DLL).

That seems to explain why you're only getting keystrokes intended to your app --for system-wide hooking the KeyboardProc must be in a DLL.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: keyboard system hook only works on focus Pin
Kuniva7-Feb-02 8:55
Kuniva7-Feb-02 8:55 
GeneralRe: keyboard system hook only works on focus Pin
Joaquín M López Muñoz7-Feb-02 9:32
Joaquín M López Muñoz7-Feb-02 9:32 
GeneralRe: keyboard system hook only works on focus Pin
Rickard Andersson207-Feb-02 9:06
Rickard Andersson207-Feb-02 9:06 
GeneralAfxThrowOleDispatchException not working for me .. Pin
vishalsp7-Feb-02 7:47
vishalsp7-Feb-02 7:47 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
Joaquín M López Muñoz7-Feb-02 8:23
Joaquín M López Muñoz7-Feb-02 8:23 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp7-Feb-02 10:56
vishalsp7-Feb-02 10:56 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
Joaquín M López Muñoz7-Feb-02 12:03
Joaquín M López Muñoz7-Feb-02 12:03 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp8-Feb-02 2:06
vishalsp8-Feb-02 2:06 
GeneralRe: AfxThrowOleDispatchException not working for me .. Pin
vishalsp11-Feb-02 4:25
vishalsp11-Feb-02 4:25 
GeneralLoading Problem Pin
Sonu Kapoor7-Feb-02 7:18
Sonu Kapoor7-Feb-02 7:18 
GeneralRe: Loading Problem Pin
Joaquín M López Muñoz7-Feb-02 7:53
Joaquín M López Muñoz7-Feb-02 7:53 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 8:40
Sonu Kapoor7-Feb-02 8:40 
GeneralRe: Loading Problem Pin
User 66587-Feb-02 8:53
User 66587-Feb-02 8:53 
GeneralRe: Loading Problem Pin
Nish Nishant7-Feb-02 8:55
sitebuilderNish Nishant7-Feb-02 8:55 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 8:59
Sonu Kapoor7-Feb-02 8:59 
GeneralRe: Loading Problem Pin
Joaquín M López Muñoz7-Feb-02 9:09
Joaquín M López Muñoz7-Feb-02 9:09 
GeneralRe: Loading Problem Pin
Sonu Kapoor7-Feb-02 9:14
Sonu Kapoor7-Feb-02 9:14 

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.