23-11-13, 07:26 PM
استدعي مكتبة النت
PHP كود :
Imports System.Net
PHP كود :
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim hostr As New IPHostEntry
hostr = Dns.GetHostByName("")
For Each nn In hostr.AddressList
MsgBox(nn.ToString)
Next
End Sub
