Results 1 to 7 of 7

Thread: Internet Queries

  1. #1

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Internet Queries

    well i want to make an internet application with vb6, regarding which i have got a couple of questions

    1) i want to check that a domain is avaliable or not, like if user types www.yahoo.com it should reply that it is already booked n similar sites can be www.yahoo.net, www.yahoo.org e.t.c

    2) i have an address book which contains the users e-mail address, i want to send email to all those users from my vb application.

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Re: Internet Queries

    The attached class can do a DNS lookup for you. However that's not the same as a WhoIs lookup, since you can have registered a domain name without having any DNS records for it. But it atleast allows you to eliminate many domain names since all URLs that has a DNS record is of course registered domains.
    Attached Files Attached Files

  3. #3

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: Internet Queries

    hi there
    well thnkx for that class module it can solve my one problem, but the thing is that am quite a new comer to VB so how do i use it...can u make an example out of it !

  4. #4

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: Internet Queries

    hi again
    well i managed to use that code but still a nice example would be handy
    also wat about my second question about mailing from address book !

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Internet Queries

    there are a couple of ways to do that. one is through your email client, using shellexcute, another is through the outlook directly, another is smtp, and another is sendmail.dll. You can search for all of these on vbf, as they have been discussed before.

    What kind of app are you making?

  6. #6

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: Internet Queries

    hi there
    well wat i have been tryin to make is kind of a host controller application
    i found this dll from the net along with documentation n once again i dunno how to use it properly
    im uploading it over here, please check it out n make a small application for me which shows how to search for domains n email forwarding, it supports everything
    Attached Files Attached Files

  7. #7

    Thread Starter
    Addicted Member hyousuf2's Avatar
    Join Date
    Dec 2004
    Location
    Dublin
    Posts
    226

    Re: Internet Queries

    hiya guys.. common i need ur help ppl...... am after it making a project out of the files but can't help it much.. pls help me

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