Hi everyone,
I would like to use the web browser control inside my application for the sole purpose of navigating to an offline web file, but the tricky part is that I don't want to give the files location.
for example: WebBrowser1.Navigate "helpEN.html"
the help file in question is located in the same folder as my application.
Is there a way to do this.
Your insight is greatly appreciated.
I would like to use the web browser control inside my application for the sole purpose of navigating to an offline web file, but the tricky part is that I don't want to give the files location.
for example: WebBrowser1.Navigate "helpEN.html"
the help file in question is located in the same folder as my application.
Is there a way to do this.
Your insight is greatly appreciated.