Click here to Skip to main content
15,888,061 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear everybody,
I'm coding virtual keyboard which is same with on-screen keyboard of window.
when press a key on keyboard, inputed object still not lost to focused.
How to make event on key of virtual keyboard while Inputed object isn't lost focus?.
Plz help me!!!!
(i think that this problem mean that "create deactivated form and perform event on this form ")
Posted
Updated 28-Dec-09 16:52pm
v4

If I understand your question then you need global keyboard hooks - have a look at this article[^] or google[^].
 
Share this answer
 
Hi,

Take a look at this article: Touchscreen Keyboard UserControl[^]

@Davey: No, the OP is not in need of a "keyboard hook". What he needs is to simulate key board events such as key press and release.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900