Hi,

I'm writting a GUI for an embedded PC with a touchscreen. Since I need sometimes some user input, I decided to write a software keyboard program, since there's no external keyboard present.
Everything works with the standard VB routines as long as I stay in the same VB project.
But what if I want to use it also with other programs, like Windows itself?
Should I use GetAsyncKeyState()? That's all I found for now on.