Results 1 to 2 of 2

Thread: Browsers (They give big problems)

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879
    All I want to do is change to a different directory in a webbrowser. Ex: I'm in http://www.hotmail.com/cgi-bin/mail?...32=11299473257 and I want to go to http://www.hotmail.com/cgi-bin/compose How do I do that!
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    You mean the WebBrowser control (Microsoft Internet Controls)?
    then just do
    Code:
    WebBrowser1.Navigate "http://www.hotmail.com/cgi-bin/mail?sfsiiu00320077032=11299473257"
    'if you want to move to the other site
    WebBrowser1.Navigate "http://www.hotmail.com/cgi-bin/compose"
    not sure if that's what ya want
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

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