Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WEB BROWSER NAVIGATION to a local file

Status
Not open for further replies.

kaylabear

Programmer
Oct 23, 2002
59
0
0
CA
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.
 
You add app.path to the filename

eg

WebBrowser1.Navigate app.path & "\helpEN.html"


Transcend
[gorgeous]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top