Good morning everyone.
I'm trying to make a custom virtual keyboard in VB.NET. I know what your thinking, Windows already has one right? Difference is, this one is to replicate an Epos Keyboard. So the built in one isn't really any good.
The only use for this keyboard is training. When we train a group of new staff we put the Epos software on a projector, so this keyboard would make life a lot easier (I think)
What I need to know is, how can I make they keyboard send the inputs to our Epos software.
Would the program have to send it to a textbox in the app then send it to the program?
For example,
On button pressed, textbox.text ="Buttoninput"
Then, on textbox1.text changed send to ????????
Textbox1.text = "" (To clear the textbox for next input)
I can make the keys generate the relevant function but that's as far as I have got with it.
Please Help
Attachment 123191

