Results 1 to 3 of 3

Thread: Need help with manipulating websites

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2009
    Posts
    2

    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.

  2. #2
    Hyperactive Member BadgerBadger's Avatar
    Join Date
    Aug 2009
    Location
    Wales
    Posts
    382

    Re: Need help with manipulating websites

    There are plenty of examples of this with the WebBrowser and the GetAttribute/SetAttribute methods.
    "The only thing that interferes with my learning is my education."

  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width