L
Laurie Comerford
Hi,
I have the following code to open a web page using a webbrowser control:
Public Class Form1
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Handles Me.Load
WebBrowser1.Navigate(http://RequiredWebAddress)
End Sub
End Class
I would like to pass a user name and password to the web page, but being new
to .NET I can't seem to find the required code. I presume this is possible
and would like some guidance as to how to do it.
--
Regards
Laurie Comerford
I have the following code to open a web page using a webbrowser control:
Public Class Form1
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Handles Me.Load
WebBrowser1.Navigate(http://RequiredWebAddress)
End Sub
End Class
I would like to pass a user name and password to the web page, but being new
to .NET I can't seem to find the required code. I presume this is possible
and would like some guidance as to how to do it.
--
Regards
Laurie Comerford