Hi,
I'm new to VB.net. I'm trying to write an application to auto login to Linksys router. Basically the user would need to input in his username and password and the application would login automatically. Is the a way to do it?

Thanks

Hope this does it for ya!

WebReq.Credentials = New NetworkCredential("User", "Pass")

Bug ya later...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.