Results 1 to 2 of 2

Thread: WebBrowser control

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 1999
    Posts
    25

    Post

    Would anyone happen to know how to use the WebBrowser control? I doubled click it, and now there is a gray area on the form. The controls name is WebBrowser1. Anyone know how i can code, and where in an event procedure, i can open up a site into that gray area? I don't want to open up a browser, i just want a site to open within my program using the WebBrowser control. Say, as soon as i load my program, in the gray area, the site www.vb-world.net loads. How will i do this? Please, help! I need the code!!! Thanks in advance.

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    In the Form Load Event..
    Code:
    WebBrowser1.Navigate "www.vb-world.net"

    ------------------
    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]

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