Re: Is this computer connected to the Internet
- Posted by "Kat" <gertie at visionsix.com> Jul 31, 2005
- 591 views
On 31 Jul 2005, at 2:17, Greg Haberek wrote: > > > Can anyone suggest a way that a Euphoria program can, by way of a system > > call, determine if the computer is presently connected to the Internet? > > Other than by trying to access a web page ... > > Searching MSDN works wonders. This allows your Win32Lib app to > determine what type of connection is present. Multiple values are > or'ed together. A return value of 0 (false) or > INTERNET_CONNECTION_OFFLINE would show there is no connection > available. But will that show if offline on a ethernet connection? My computer shows connected even if the dsl is unplugged. Kat