Results 1 to 4 of 4

Thread: FTP/Sending Text to Text Field

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    5

    Post

    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]


  2. #2
    Addicted Member
    Join Date
    Jan 1999
    Posts
    173

    Post

    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!"


  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Posts
    5

    Post

    Eh, exactly how do I use Sendkeys?

  4. #4
    Addicted Member
    Join Date
    Jan 1999
    Posts
    173

    Post

    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
  •  



Click Here to Expand Forum to Full Width