CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Location
    North Carolina
    Posts
    167

    How to use web browser in a form?

    Hi gurus,
    I've ever seen somebody implementing web browser using a component AxSHDocVw.AxBrowser. But I cannot figure out how to use it. Seems like it's not a visible component that could be put in toolbiox. How to use it? Thank you.

  2. #2
    Join Date
    Oct 2004
    Posts
    3

    Re: How to use web browser in a form?

    To use the Webbrowser component you simply drop it to your form and then you can tell it what page to load using the Webbrowser.Navigate2(URL as String) function.

    I have worked with this a lot, if you have anymore questions, ask away.

    vs

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

Featured