How do i load a html file with internet controls in VB 6, located in the same

LiamLiam

New member
Joined
Mar 5, 2009
Messages
1
Reaction score
0
Points
1
folder as my application? I am making a 'Help' window as part of a program i am putting together in visual basic 6, the form will simply load the help file which is a html file.

i originally tried "WebBrowser1.Navigate ("Help.html")" although when i tested the program i got a message saying "Navigation to the webpage was cancelled" where the html document should have loaded.
 
Back
Top