Hello,
I am trying to change the webbrowser URL via the My.Settings
With that I get:
I tried new System.Uri() but then I had this error:
Can someone help me please??
Thanks
I am trying to change the webbrowser URL via the My.Settings
Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
browser.Url = My.Settings.startpagina
End Sub
Code:
Value of type 'String' cannot be converted to 'System.Uri'.
Code:
Invalid URI: The format of the URI could not be determined.
Thanks