CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2016
    Posts
    2

    How to build a small program

    Hello there!

    I need to build a program that gets a url address as a parameter and returns all the links of the site that aren't anchor in the site. After we get the links we need to make the operation again and go down 5 levels. Than we need to open a Db that will save the urls. Each entity must include both the url and the title. for example:

    site: http://www.w3schools.com/

    Level 1: Learn Html- http://www.w3schools.com/html/default.asp

    Level 2: Html Introduction- ...

    Level 3: Try it yourself- ...

    Thank you very much!

    Amir.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: How to build a small program

    What code do you have so far?

  3. #3
    Join Date
    Apr 2016
    Posts
    2

    Re: How to build a small program

    no code for now...

Tags for this Thread

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

Featured