Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody!
I'm writing a virtual keyboard, and i have a problem.
As we know when press a key on real keyboard, control which focused will receive key event
i don't want to writing code handle, i want to send keycode for textbox, and textbox will perform a action with this keycode.
Ex: you focus in a Multi line textbox, when you press key Enter. textbox will add 1 line and show cursor at that line.
.Textbox will receive Enter 's key code , after that textbox will perform 1 action with this Enter keycode.

so now i want to know that how to implement key event from buttton click event for a control.
Please help me! Thanks!!!
Kind regards.
Sugia
Posted
Updated 18-Dec-09 17:14pm
v2

1 solution

And which language are you wanting to do it in? I'm presuming C#, because you've tagged it so.

See this article: Touchscreen Keyboard UserControl[^]
 
Share this answer
 

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