Hi Kurt,

> I don't remember who to thank for this one, 
> which I modified only slightly: 

Dar Scott published this code in march 2002:


local testSock
on mouseUp
   put "255.255.255.255:43222" into testSock
   open datagram socket to testSock  -- opens immediately on Win2K
   put hostAddress(testSock) into field "Local IP Address"
   close socket testSock
end mouseUp


--
Sent from the Revolution - User forum at Nabble.com:
http://www.nabble.com/How-do-i-check-for-an-internet-connection--t691676.html#a1841795
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to