you can declare a webbrowser control in code + use it without adding it to a form:
vb Code:
Dim wb As New WebBrowser wb.DocumentText = "your html string" Dim doc As HtmlDocument = wb.Document
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |