I always used SendKeys.send...but know I'm wondering if i can do the same thing without having to keep focus on it....
example:
Make autotyper...I have to keep focus on it or else it will not work, is there any way to do the same thing without a recruitment of FOCUS??
sendkeys.send(tx1.text & "{ENTER}") ' is thr??