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?
问问题
195 次
1 回答
1
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
于 2013-03-31T02:26:14.973 回答