Results 1 to 3 of 3

Thread: browser start location[resolved]

  1. #1

    Thread Starter
    Lively Member DsgnrsTLZAdmin's Avatar
    Join Date
    Jan 2004
    Location
    Jackson, Georgia
    Posts
    74

    browser start location[resolved]

    I have a small form and a small sized browser on it. (form name update, browser name is WebBrowser1) As you might guess from the name, this is a form that checks for updates. I need it to go to a page on my site (http://64.141.105.108/products/htmlease/update.htm). I Need it to go there on startup. Thanks in advance.
    Last edited by DsgnrsTLZAdmin; Jan 25th, 2004 at 11:41 AM.
    Designers Toolz Admin
    http://www.designerstoolz.com/

  2. #2
    Fanatic Member TheVader's Avatar
    Join Date
    Oct 2002
    Location
    Rotterdam, the Netherlands
    Posts
    871
    You just want to navigate to that page...? Well, how 'bout this...
    VB Code:
    1. WebBrowser1.Navigate "http://64.141.105.108/products/htmlease/update.htm"
    Author for Visual Basic Web Magazine

    My articles on the Web Browser Control:
    Using the Web Browser Control & Using the DHTML Document Object Model

    The examples referenced in the articles can be found here:

  3. #3

    Thread Starter
    Lively Member DsgnrsTLZAdmin's Avatar
    Join Date
    Jan 2004
    Location
    Jackson, Georgia
    Posts
    74
    Yup! works! Thanks man!
    Designers Toolz Admin
    http://www.designerstoolz.com/

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