minoad4959
ISP
I am attempting to code a small executable using microsoft winsock on 2000 Advanced Server that will run 'Nslookups' for me which will eventually be looped from a database.
dat = txtWho.Text & ".in-addr.arpa"
sckWhois.RemoteHost = "x.x.x.175"
sckWhois.Protocol = sckUDPProtocol
sckWhois.RemotePort = 53
sckWhois.SendData dat
anyone have any ideas, im at a bot of a loss.
Thanks
Micah A. Norman
mnorman1@mediaone.net
dat = txtWho.Text & ".in-addr.arpa"
sckWhois.RemoteHost = "x.x.x.175"
sckWhois.Protocol = sckUDPProtocol
sckWhois.RemotePort = 53
sckWhois.SendData dat
anyone have any ideas, im at a bot of a loss.
Thanks
Micah A. Norman
mnorman1@mediaone.net