Testing HTML

Conejo

Well-known member
Joined
Jul 24, 2013
Messages
65
Location
USA
Programming Experience
1-3
How can I import and load an html file to webbrowser1?
 
If you want to load a file then just set the Url property of the WebBrowser and if you have the HTML in a String then set the DocumentText. If setting the Url to a local file, I believe that you have to use the "file://" protocol, but you can test that out for yourself.
 
Back
Top