C
cos75
I have a Module.vb with sub main e un Form1.vb with a
WebBrowser inside.
I would load a file in a webbrowser but if I write in sub
main:
Dim form As New Form1
Dim AxWebBrowser1 As New AxSHDocVw.AxWebBrowser
AxWebBrowser1.Navigate("C:\Report dei controlli.html")
there is an error
Why?
Another question:
How to do for view in a web browser a string, is it
possible?
thanks
cos75
WebBrowser inside.
I would load a file in a webbrowser but if I write in sub
main:
Dim form As New Form1
Dim AxWebBrowser1 As New AxSHDocVw.AxWebBrowser
AxWebBrowser1.Navigate("C:\Report dei controlli.html")
there is an error
Why?
Another question:
How to do for view in a web browser a string, is it
possible?
thanks
cos75