Results 1 to 3 of 3

Thread: Thanks

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2000
    Posts
    39

    Thumbs up

    Thanks, that's exactly what I was looking for. By the way, is there good reference guide on WebBrowser control?

  2. #2

    Thread Starter
    Member
    Join Date
    Sep 2000
    Posts
    39

    Smile

    Sorry, this really goes for my previous post.

  3. #3
    Guest
    In VB, click Project > References... and make sure Microsoft Internet Controls is checked and then click OK. And here's a little code to get you started:

    Code:
    Dim ie As New InternetExplorer
    ie.Visible = True
    ie.Navigate "http://www.vb-world.net"
    If you have VB5 or VB6, than you can just type "ie." and a list of stuff will come up and you should know what to do.

    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