webBrowser - automatic log in

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,<br/> <br/> for simple example, let´s imagine that I have a winForm with "button1", and "webBrowser1"<br/> <br/> And I am trying to show one " phpBB 2.0 " site into webBrowser, but  I have to login. Of course I have my user name and password, but I am not sure how can I send it :-(<br/> <br/> You know, I was trying something like this:  <br/> webBrowser1.Navigate("myUrl.sk/login?username=yterbium&password=pass");<br/> <br/> but it does not accept it... <br/> <br/> <br/> <br/> So how can I automated this step ?<br/> <br/> (sorry for english, if its bad )

View the full article
 
Back
Top