Results 1 to 2 of 2

Thread: Scanning Through a List & Dumping

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2010
    Posts
    1

    Exclamation Scanning Through a List & Dumping

    Alright well, I'm sort of new to VB.NET.

    I want to create a scanner that scans websites from lets say google or bing.
    It then dumps those websites into a list/textbox. It then scans each website for a directory, and if the site says something like "test page", then it dumps THOSE into another list/textbox.

    Where should I start?

  2. #2
    PowerPoster cicatrix's Avatar
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,654

    Re: Scanning Through a List & Dumping

    Start with httpwebrequest class. Create a request, obtain a response, get response stream and read html page source from it. Then look through the html source to determine links to other pages.
    Then you should repeat the procedure for the pages you've found and if certain conditions are met -- populate another combobox.

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