Open Webpage with Password

cjohnson

Well-known member
Joined
Sep 21, 2006
Messages
63
Location
WV
Programming Experience
1-3
I have been using the following code to open a webpage -

VB.NET:
System.Diagnostics.Process.Start(URL)

Can anyone tell me how to open a webpage that requires a username/password?
 
Back
Top