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

  • Thread starter Thread starter LiamLiam
  • Start date Start date
L

LiamLiam

Guest
same 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