Virtual Keyboard
Hello, i newer in delphi and i was wondering implement a keyboard, because i have a touchscreen.
I wanna do a keyboard almost like the " virtual keyboard " which comes with windows.
I started to use the method keybd_event to send the values of buttons to another application ... but all the time it loses de focus....
i wanna press the key " a " in my application and send this value to another application... simulating as i am typing in the real keyboard...
has anyone tried something like this? I went on google but i did not find how to implent a thing like that.
tanks for any information
I wanna do a keyboard almost like the " virtual keyboard " which comes with windows.
I started to use the method keybd_event to send the values of buttons to another application ... but all the time it loses de focus....
i wanna press the key " a " in my application and send this value to another application... simulating as i am typing in the real keyboard...
has anyone tried something like this? I went on google but i did not find how to implent a thing like that.
tanks for any information