Doubt regarding the Hook
-
Hi all, Can any one plz tell me how to set the hook in MFC. Thanks in advance.
-
Hi all, Can any one plz tell me how to set the hook in MFC. Thanks in advance.
Seting the hook using :-
SetWindowsHook
removing the hook:-UnhookWindowsHook
MSDN and codeproject are having nice article on hooking. Regards, FarPointer Blog:FARPOINTER -
Hi all, Can any one plz tell me how to set the hook in MFC. Thanks in advance.
SetWindowsHookEx(). go thru article on Keyboard Hooking, its a good start http://www.codeproject.com/dll/keyboardhook.asp[^] Regards Abhishake
-
Hi all, Can any one plz tell me how to set the hook in MFC. Thanks in advance.
Hi, Please go thru the this link for more information on hooks http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/hooks.asp[^]
-
Hi all, Can any one plz tell me how to set the hook in MFC. Thanks in advance.