A
AS
Hi,
I am trying to open Microsoft's visual keyboard in my windows form
application. I am doing this through win32 API functions.
Now, I need to disable right click in the keyboard. I've read that it
can be accomplished through cross process hooking.
I was able to establish an application wide hook. But I am not clear
about how to create thread specifc hooks - to hook only the keyboard
process.
Any help would be appreciated.
I am trying to open Microsoft's visual keyboard in my windows form
application. I am doing this through win32 API functions.
Now, I need to disable right click in the keyboard. I've read that it
can be accomplished through cross process hooking.
I was able to establish an application wide hook. But I am not clear
about how to create thread specifc hooks - to hook only the keyboard
process.
Any help would be appreciated.