L
Laurie Comerford
Hi,
I'm using this very simple code to open a web site and it works perfectly.
The site requires that I enter a User Name and password.
I'd like to send those with the application but after making all sorts
of trials to pass the values as parameters - nothing happens.
Can some one guide how to to this - or say it's not possible?
Regards
Laurie
Public Class Form1
Private Sub Form1_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Me.Load
WebBrowser1.Navigate("http://WebAddress/?disablechatbrowsercheck=0")
End Sub
End Class
I'm using this very simple code to open a web site and it works perfectly.
The site requires that I enter a User Name and password.
I'd like to send those with the application but after making all sorts
of trials to pass the values as parameters - nothing happens.
Can some one guide how to to this - or say it's not possible?
Regards
Laurie
Public Class Form1
Private Sub Form1_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Me.Load
WebBrowser1.Navigate("http://WebAddress/?disablechatbrowsercheck=0")
End Sub
End Class