Results 1 to 6 of 6

Thread: give me valueble suggetion

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    18

    Smile give me valueble suggetion

    hai

    friends&&gentlemens

    I am developing an windows application.the application deals with extracting urls from a specified webpage(web page name will be given dynamically).now i want to get all the urls/phone nos/fax no presented in that web page.friends give me ur valuable suggestions


    thnks to everybody

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: give me valueble suggetion

    Well, first, you really should post this in the appropriate forum.... you're not going to get much help here in the codebank.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: give me valueble suggetion

    Moved from CodeBank forum (which is for code examples, not questions)

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: give me valueble suggetion

    Use the HttpWebRequest class to request the page. You will then need to run a string matching algorithm, possibly using regular expressions or simple search within the string based upon some sort of an ID within the html (since in most likelihood, it will not be well formed HTML/XHTML).

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jul 2006
    Posts
    18

    Re: give me valueble suggetion

    thanks for response
    regarding this projest if iwant to get the code in c#.net or vb.net ,(actually this ia very difficult project iam thinking),where i can post this problem
    give me a suggetion

    thanks everybody,thanks somuch

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: give me valueble suggetion

    I know this may sound as an audacious and ridiculous suggestion, but you could try doing this yourself.

    If you're willing to pay to get it done, go to www.rentacoder.com

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