Results 1 to 2 of 2

Thread: About internet browser programe again

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    3

    Unhappy

    excuse me! I have tried as what Matthew Gates said .but why new form can't navigate Hyperlink? It's only a new form without any content.

  2. #2
    Guest
    This is the code I use and it works:

    Code:
    Private Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean)
    Dim F As New Form1
    Set ppDisp = F.WebBrowser1.object
    F.Show
    End Sub
    If you need help making a webbrowser, someone posted a really good webbrowser source code on http://www.planet-source-code.com. Here is the link to the webbrowser: http://www.planet-source-code.com/vb...=9195&lngWId=1

    Hope that helps.


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