|
-
Jan 15th, 2000, 09:47 AM
#1
Thread Starter
New Member
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]
-
Jan 15th, 2000, 07:12 PM
#2
Addicted Member
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!"
-
Jan 15th, 2000, 11:29 PM
#3
Thread Starter
New Member
Eh, exactly how do I use Sendkeys?
-
Jan 16th, 2000, 12:45 PM
#4
Addicted Member
If you want to send a tab then use the following:
SendKeys vbTab
------------------
"To the glory of God!"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|