G
Guest
Hi,
I have an application that has the webbrowser control.
I have no problem setting the webbrowser to show a html page hosted on a web
site, but in my application I am shipping a small number of HTML file that
will be installed with my application, and I need to have the webbrowser
control display these pages.
WebBrowser1.Navigate("http://www.microsoft.com") ' works fine
WebBrowser1.Navigate("htmlpage1.htm")
The catch is that the htmlpage1.html page is installed with the application
and could be on any drivepath the user selected when they installed the app.
Thanks
I have an application that has the webbrowser control.
I have no problem setting the webbrowser to show a html page hosted on a web
site, but in my application I am shipping a small number of HTML file that
will be installed with my application, and I need to have the webbrowser
control display these pages.
WebBrowser1.Navigate("http://www.microsoft.com") ' works fine
WebBrowser1.Navigate("htmlpage1.htm")
The catch is that the htmlpage1.html page is installed with the application
and could be on any drivepath the user selected when they installed the app.
Thanks