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.
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.
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 !
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.
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