Hi guys,
I want to create a keyboard application that sends keys to any active window. Just like Windows On-Screen Keyboard. I want to make a similar customizable one. How is the easiest way to do it?
Thanks
Printable View
Hi guys,
I want to create a keyboard application that sends keys to any active window. Just like Windows On-Screen Keyboard. I want to make a similar customizable one. How is the easiest way to do it?
Thanks
the best way would be to use "SendMessage" API. You can find a relatively good example of this in this thread