Need help with manipulating websites
Is there a way to write a program to go to a specific website, enter some things injto textboxes, and then click a button? I want to use this to log into some of my accounts for other sites once a month, Instead of entering the username and password manually.
Re: Need help with manipulating websites
There are plenty of examples of this with the WebBrowser and the GetAttribute/SetAttribute methods.
Re: Need help with manipulating websites
Hey,
Welcome to the forums!!
If you don't want to use a WebBrowser control, then you can also use the HttpWebRequest class. As BadgerBadger mentioned, if you search these forums, you will find lots of example of this technique.
Have a look at them, and then post back with any questions that you might have.
Gary