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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know what you have tried but
I recommend you to
register your own hotkeys
MSDN: RegisterHotKey Function
Set global hotkeys using C#
or to monitor the pressed keys by yourself
MSDN: GetAsyncKeyState Function
Sorry for Community Wiki