Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Building bots in VB.NET..httpwebrequest or webbrowser?

  1. #1
    Junior Member simpleonlinetest's Avatar
    Join Date
    Mar 2010
    Posts
    24
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Building bots in VB.NET..httpwebrequest or webbrowser?

    What's a better route to learn when starting out building bots in VB.NET?

    I can currently build basic bots that can navigate to a website, enter text into textboxes, and press buttons, etc but it seems somewhat slow using the webbrowser.

    I'm looking to build some professional type bots that can use multi threads and move lightening fast when processing the data.

    I'm at a cross roads right now because I can dive into either learning everything about webbrowser options or httpwebrequest options.

    Of course I will be learning them both in time but which would be the better route to learn to use when building great little bots?

    Thanks

  2. LinkDemon
  3. #2
    Member
    Join Date
    Apr 2010
    Posts
    62
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    can u built some bots for me

  4. #3
    Senior Member geneous's Avatar
    Join Date
    Dec 2010
    Location
    India
    Posts
    203
    Thanks
    13
    Thanked 36 Times in 16 Posts

    Default

    Quote Originally Posted by simpleonlinetest View Post
    What's a better route to learn when starting out building bots in VB.NET?

    I can currently build basic bots that can navigate to a website, enter text into textboxes, and press buttons, etc but it seems somewhat slow using the webbrowser.

    I'm looking to build some professional type bots that can use multi threads and move lightening fast when processing the data.

    I'm at a cross roads right now because I can dive into either learning everything about webbrowser options or httpwebrequest options.

    Of course I will be learning them both in time but which would be the better route to learn to use when building great little bots?

    Thanks
    httpwebrequest is better ,, It has much flexibility ,, U can play long with it
    Just Don't Give up . You will be Successful . Trust me on that .

  5. #4
    Member
    Join Date
    Oct 2010
    Posts
    51
    Thanks
    41
    Thanked 14 Times in 4 Posts

    Default

    i heard hhtpwebrequest is better for making good web bots !
    but is there any kind of ebook or tutorial to learn it ?

  6. #5
    Senior Member
    Join Date
    May 2010
    Posts
    117
    Thanks
    7
    Thanked 414 Times in 29 Posts

    Default

    httpwebrequest is more flexible than webbrowser control... you have more control over it but it takes a while to learn

  7. #6
    Senior Member
    Join Date
    May 2010
    Posts
    117
    Thanks
    7
    Thanked 414 Times in 29 Posts

    Default

    oh ya for the book about building bots try "HTTP Programming Recipes for C# Bots"
    Google its rapidshare download

  8. The Following User Says Thank You to jangedoo For This Useful Post:

    viv3k (09-27-2011)

  9. #7
    Junior Member
    Join Date
    Apr 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    HTTPWEBREQUEST is much better because instead of junk like images it just gets what you need. This makes it allot faster and more reliable. But the only bad thing is it takes much longer to code than a webbrowser does and at first it's hard to learn.

    The WEBBROWSER is slow but it still gets the job done, it is also very easy to learn and to develope applications with. But in the long term HTTPWEBREQUESTS will be much better.

  10. #8
    Junior Member
    Join Date
    Sep 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you are going to make bots on heavy ajax based sites you should use the webbrowser control if you are new on it. For the rest i would say skip httpwebrequest and learn socket right away.

  11. #9
    Senior Member
    Join Date
    Jun 2010
    Posts
    133
    Thanks
    27
    Thanked 3 Times in 3 Posts

    Default

    You can download "HTTP Programming Recipes for C# Bots" plus "php+curl" for web application bots

  12. #10
    Member
    Join Date
    Sep 2010
    Posts
    65
    Thanks
    7
    Thanked 3 Times in 3 Posts

    Default

    For me, I use webbrowser to simple things like when I made coupon bruteforcer to one site where u could get free facebook likes etc :P I dont remember site name anymore, It was just one browser, took some time ._.

    So, browser is good to simple bots that wont require much, but request it better for long term projects and supports better multithreading.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [REQ] Rank Book (Social Bots)
    By edge in forum Requests
    Replies: 2
    Last Post: 02-13-2011, 01:57 PM
  2. Any decent DIGG bots still out there?
    By newlind in forum Black Hat SEO Tools
    Replies: 7
    Last Post: 12-09-2010, 12:18 PM
  3. Ubot - scripts(bots)
    By unzero in forum Old Archive
    Replies: 11
    Last Post: 07-27-2010, 01:23 AM
  4. [TUT] C# Basic WebBrowser Bot Making [Auto Fill]
    By free in forum C# Programming
    Replies: 0
    Last Post: 07-25-2010, 01:00 PM
  5. Hi5 Bots
    By lampard in forum Member Downloads
    Replies: 0
    Last Post: 11-01-2008, 05:02 AM

Posting Permissions

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