Re: Passing text to windows
You can make that window active and use SendKeys to send text to that window
AppActivate "Dial-Up" '(or whatever name is there)
SendKeys "5555555",true
you can also use SendKeys text1.text, etc. You can also use SendKeys "{tab}" to press tab key and move around the text boxes until you get the focus on whatever textbox you need.
Programs and requests for them for FREE.
http://falstok.fly.to
Thank you but there is a small problem...
Thank you very much for your help it works but when it passes the text (55555555) in the password field of the dial up networking
window. Is there a way without using 'tab', to automatically put the (5555555) in the phone number field????
Thank you for your help
Thanx but a small problem...
Thank you very much for your help it works, but it passes the text (55555555) to the password field (which is the active
field when I open the dial up window. Is there a way without using 'tab', to automatically put the (5555555)
in the phone number field (not the active field) ????
Thank you for your help again