is there a way to open a html file off of your computer and view it on a vb form? if so how?
Thanks
Printable View
is there a way to open a html file off of your computer and view it on a vb form? if so how?
Thanks
Use the ShDocVW.dll (Webbrowser) Control.
Than use this code:
Code:Webbrowser1.Navigate = "C:\htmlfile.htm"