Re: Can it be done?
- Posted by BRyan Feb 02, 2012
- 2163 views
dcole said...
Hello,
I know how to open a web page with the cursor blinking in the username EditText box.
Now, how can I type in my username with out touching the keyboard?
Thanks,
Don Cole
Don:
Use this and the keyboard will insert characters where ever the focus is.
system("osk.exe ",2) -- On Screen Keyboard
Bernie