Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I'm trying to make a virtual keyboard in C#, that is easy, but a want put in my virtual keyboard some keys.

For example G keys of Logitech G510 Keyboard.

How can I made my own virtual keys?.

Thanks.
Posted
Comments
Addy Tas 22-Nov-11 5:46am    
Have you looked into sending keyboard events with a MapVirtualKey(...)?
BillWoodruff 22-Nov-11 21:44pm    
Do you mean you want to create a visual display of a keyboard on a screen, and then by either mouse-clicking, or touch, simulate typing on a "real" keyboard ?

WinForms ? WPF ? or ... ?

1 solution

No, i want create a extension of a keyboard with new keys.
First i want try to made it in WindowsForms and c#, next i write it in mono using gtk.
 
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