Click to See Complete Forum and Search --> : How to use web browser in a form?


love2mao
October 29th, 2004, 10:17 AM
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.

victorysshadow
October 29th, 2004, 03:27 PM
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