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.
Printable View
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.
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