Hi,
Is Hooking the keyboard only applicable for MFC? I am using VC++, is it possible to do that?
Thanks,
Samantha
Printable View
Hi,
Is Hooking the keyboard only applicable for MFC? I am using VC++, is it possible to do that?
Thanks,
Samantha
You can hook the keyboard in Win32 as well. Take a look at this for example.Quote:
Originally Posted by samcct