Results 1 to 3 of 3

Thread: how can i open a web browser and have a web page open up in that same web browser....

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Posts
    219
    how can i open a web browser and have a web page open up in that same web browser....

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Posts
    82

    for IE:

    add a ref. to ms internet controls

    Private Sub Form_Load()
    Dim ie As New InternetExplorer
    ie.Navigate "www.vbworld.com"
    ie.Visible = True
    End Sub

  3. #3
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    593

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