-
Eh, anyone know how to check a site's FTP? More importantly:
Say there's a java applet with a text box in it on a web page. How do I set Visual Basic up to send text to that text box, automatically, without focus problems, and on a timer?
Thanks, eh, if you respond, please do so be e-mail. Thanks again
[email protected]
-
Hi,
For FTP, check out: http://www.vbsquare.com/internet/
As for the Java applet, you are going to have some problems. The only way to do it is to use SendKeys() which gives major focus problems. Sorry.
------------------
"To the glory of God!"
-
Eh, exactly how do I use Sendkeys?
-
If you want to send a tab then use the following:
SendKeys vbTab
------------------
"To the glory of God!"