MangroBongacello
Programmer
Hi,
I would like to create an on-screen keyboard for use on a touch-screen. I think I will make a dll with a form, that will have the keys (all the letters + some special keys). Now, the problem I have is how to send the keystrokes to a specific window. I guess there is an API function, that will return some id of the 2nd top window (considering that the top window will be the keyboard), to which the keystrokes will be sent (or more precisely to the text box on that window). But then again, how to use that id??
Can someone put me in the right direction? If someone has a totally diferent solution to the problem, no problem. Any idea will be great.
Many thanx, Mangro
I would like to create an on-screen keyboard for use on a touch-screen. I think I will make a dll with a form, that will have the keys (all the letters + some special keys). Now, the problem I have is how to send the keystrokes to a specific window. I guess there is an API function, that will return some id of the 2nd top window (considering that the top window will be the keyboard), to which the keystrokes will be sent (or more precisely to the text box on that window). But then again, how to use that id??
Can someone put me in the right direction? If someone has a totally diferent solution to the problem, no problem. Any idea will be great.
Many thanx, Mangro