signing in to a website

vbortiz

New member
Joined
Jun 23, 2008
Messages
3
Programming Experience
Beginner
In learning Vb .net I decided to make this my next 'big' project. I want to sign on to a website (specifically netflix) using vb .net to download my personal movie queue. How do I go about sending the user name and password to the sign in screen? Hope this makes sense. If not just ask for more details :)

Thanks a lot!
 
kasyoki

message not clear.Are you writing an application to log in to netflix or you directly want to login to the website and download info?
 
First thing to do would be to decide if you want to use a WebBrowser control or maybe use HttpWebRequest. If you're first starting out with VB.NET, you may want to try useing the WebBrowser control as your first resort. Let us know your preference, and we can see what we can do. :)
 
Back
Top