I have created an on-Screen Keyboard using WS_EX_NOACTIVATE
The problem is that i cannot use shortcuts in the on-screen keyboard. How can I make it possible to reacts on shortcuts from my keyboard application?
I have created an on-Screen Keyboard using WS_EX_NOACTIVATE
The problem is that i cannot use shortcuts in the on-screen keyboard. How can I make it possible to reacts on shortcuts from my keyboard application?
I don't know what you have tried but
I recommend you to
register your own hotkeys
MSDN: RegisterHotKey Function
or to monitor the pressed keys by yourself
MSDN: GetAsyncKeyState Function
Sorry for Community Wiki