View Single Post
Old Oct 27th, 2005, 12:55 AM   #3
ViOLATiON
Programmer
 
Join Date: Sep 2005
Posts: 58
Rep Power: 4 ViOLATiON is on a distinguished road
New idea, is to make it read HTML files. I downloaded the MozillaControl 1.0 Type Library, and the code I have right now is:

MozillaBrowser1.Navigate ("file.html")

Where file.html is in the same dir as the exe, but it won't find it unless I put the direct path in the source code (ie: c:\app\file.html), and that sucks because everyone wont have it in the same place.

Anyway around this? I've tried ("\file.html"), same thing.

Thanks guys.
ViOLATiON is offline   Reply With Quote