Question

I need to make a C# or Java application somewhat like "windows onscreen keyboard". I am not sure how to fill the alphabets into other applications on clicking buttons on my form. How do I communicate with the focused textbox or textarea on any given windows software, browser etc.? Any hints or code examples please?

Was it helpful?

Solution

There is an informative video on youtube about this very subject:

http://www.youtube.com/watch?v=VgFXwWQwE9k

And this is the source: http://pastebin.com/drWY3qnz

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top