2011-10-20 1 views

답변

0

가 정확 도움이 될 수도, 아래 코드는 사용 :

For Each IP In Dns.GetHostEntry("website.com").AddressList 
      If IP.ToString() <> "websiteip" Then 
       MessageBox.Show("Not connecting to correct IP address") 
       Exit Sub 
      End If 
     Next