|
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.
|