I'm trying to send keys to an application which does not respond to any of the API's that I have so far used (SendInput(), PostMessage(), SendMessage() and others). However, i tested Windows' On-Screen Keyboard Utility and pressed the keys i needed and the application received these keys easily.
If i understand correctly the keyboard utility uses global keyboard hooks to send the keys, so I'm interested i how i could do so as well. I have tried finding examples of how this can be done on google but have come up with no results.
Thanks.