OnScreenKeyboard
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi. Does anyone know haw exactly does the Windows OnScreenKeyboard work? To be more specific, I'm interested in how it simulates the actual keystrokes (not like SendKeys.SendWait(), SnedMessage() or PostMessage() work, but like you're really working with the keyboard). Another thing of interest is how it never takes the focus when you click the keys? I've tried to simulate it using SendKeys,SendMessage or PostMessage, but I always need to transfer the focus back on the receiving form, which is obviously not a good approach. Can anyone give me a hint?