How do I send text from a virtual keyboard to another program?

smitty5569

New member
Joined
Jan 15, 2013
Messages
1
Programming Experience
Beginner
I made a simple virtual keyboard to use with my remote on my HTPC to input text, you use the arrow keys to select which selection of keys you want to use then you press corresponding number key on the remote to type the letter. So pressing the up arrow and 7 would type A, up arrow and 8 would type B and so on.

remote.jpg

Right now I'm sending the key to a label on the form but what I want to do is send the keys to the previous window i was on. For example say I'm on Google i click on the search bar then I open my keyboard, I want the letters I type to enter the Google search bar. How would I do this?

Source code
 
Last edited:
Back
Top