RE: [Declude.JunkMail] Windows API call to WINSOCK.DLL

2003-01-29 Thread Paul Fuhrmeister
] Windows API call to WINSOCK.DLL It's for a project where we're running a name server with spam-vertised domain names, IP Numbers and phone numbers. We have an .exe to pick them out of emails, now we need to look them up on the name server. The ultimate goal would be to get

RE: [Declude.JunkMail] Windows API call to WINSOCK.DLL

2003-01-27 Thread Mark Smith
I'm not sure I understand what you want to do. The ASP code is just done through the Request.ServerVariables Collection. I'm not sure I understand the requirement for the .exe Have you ever used API's before? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On

Re: [Declude.JunkMail] Windows API call to WINSOCK.DLL

2003-01-27 Thread Sanford Whiteman
It's for a project where we're running a name server with spam-vertised domain names, IP Numbers and phone numbers. We have an .exe to pick them out of emails, now we need to look them up on the name server. The ultimate goal would be to get the IP address of a spam-vertised

RE: [Declude.JunkMail] Windows API call to WINSOCK.DLL

2003-01-27 Thread Tom
GetHostByName() usage is pretty straightforward--there must be hundreds of howtos for VB (though you'll probably need to build/buy COM object for ASP). Again, what's the project exactly? You are going to need a DLL to do this, ASP with VB does not provide any of these functions