PDA

Click to See Complete Forum and Search --> : FTP/Sending Text to Text Field


Synapsis
Jan 15th, 2000, 08:47 AM
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
Xaejin@aol.com

vbsquare
Jan 15th, 2000, 06:12 PM
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!"

Synapsis
Jan 15th, 2000, 10:29 PM
Eh, exactly how do I use Sendkeys?

vbsquare
Jan 16th, 2000, 11:45 AM
If you want to send a tab then use the following:

SendKeys vbTab

------------------
"To the glory of God!"