Per esempio cosi'
codice:Dim o As Object Dim IP As String Set o = CreateObject("InetCtls.Inet") IP = o.OpenURL("http://pchelplive.com/ip.php") Set o = Nothing ' Nella variabile IP hai quello che ti serve
Per esempio cosi'
codice:Dim o As Object Dim IP As String Set o = CreateObject("InetCtls.Inet") IP = o.OpenURL("http://pchelplive.com/ip.php") Set o = Nothing ' Nella variabile IP hai quello che ti serve