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 remote.jpg](https://vbdotnetforums.com/data/attachments/2/2705-7126ac461d538bf22dfc2ce93db1d91d.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
![remote.jpg remote.jpg](https://vbdotnetforums.com/data/attachments/2/2705-7126ac461d538bf22dfc2ce93db1d91d.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: