C
Christian Sturm
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim host As IPHostEntry
Dim hostname As String
hostname = "210.143.12.116.ix.dnsbl.manitu.net"
host = dns.GetHostEntry(hostname)
End Sub
ok, i have to lookup an adress like
nslookup 210.143.12.116.ix.dnsbl.manitu.net
Try it... i need the unathorized response like in this way the 127.0.0.2
directly into vb.net...
I don't know to go forward with the host... how do i extract the 127.0.0.2
Please help...
Sorry for my english... know it isn't well...
Dear
Chris
System.EventArgs) Handles MyBase.Load
Dim host As IPHostEntry
Dim hostname As String
hostname = "210.143.12.116.ix.dnsbl.manitu.net"
host = dns.GetHostEntry(hostname)
End Sub
ok, i have to lookup an adress like
nslookup 210.143.12.116.ix.dnsbl.manitu.net
Try it... i need the unathorized response like in this way the 127.0.0.2
directly into vb.net...
I don't know to go forward with the host... how do i extract the 127.0.0.2
Please help...
Sorry for my english... know it isn't well...
Dear
Chris