realbasic-nug
[Top] [All Lists]

Re: Socket that doesn't lock up when Internet connection is down?

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Socket that doesn't lock up when Internet connection is down?
From: Dennis Birch <dennisbirch@gmail.com>
Date: Mon, 29 Jun 2009 19:15:15 -0700
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=k7q2XA1U0j7DS/gZjUHueQsq4sl+V/bWGsxiYxfy1Ok=; b=rX3anyu4ey1NcAQuTUj8nDAhBoQUrlSzNnmJiFGOfbC1L3Cmrt9q8CSgoydHBVGctQ SPBWPfX7bS6HrC1QqykDpakKPJYB+4CyPrf14Jbdc9UkQFBnQ/UQ0a6y960cVF4lFGvS MfGtpg956sTg8jKa6AWlp49MKxe10Mh/u3lyU=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=L9BzYJgMp9E8vUK+PdSQ2bbKXSYtEyLK5M/Yc7K7aoBZ80cRdCK+RlPt/sJEN+DK2e eEnmBHGVlgx0NmAEdWWUkcYw+FyAs5uX2BZ6eqI+1z0I9B+t+5GyKEMwQzGkA8l5h4xF y6ovVpliVwsUoDdXEGnO6svKDhaPM/fOnJv/4=
In-reply-to: <4a533bec0906290140m49f69e57q2151f4ed89692de0@mail.gmail.com>
References: <fed2e2560906271929i1652ef0er8785ef1a5178fd8e@mail.gmail.com> <563B7A44-1E04-4647-AA9A-21C3AB8B2D38@bainsware.com> <fed2e2560906272224jb7fdacby106dbec8f16a8759@mail.gmail.com> <C3D61FD9-93C0-4475-9543-129005597DC7@monkeybreadsoftware.de> <fed2e2560906280922x11a2d54dgcdeef6e48e98e36b@mail.gmail.com> <4a533bec0906290140m49f69e57q2151f4ed89692de0@mail.gmail.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
On Mon, Jun 29, 2009 at 1:40 AM, Carlos M<rblists@rbtips.com> wrote:

> For Windows check the WFS InternetConnection module:
> http://aaronballman.com/programming/REALbasic/Win32FunctionalitySuite.php

Thanks for the tip, Carlos. I put together a test project and ran it
in Windows 7 beta which is installed in VirtualBox on my iMac.

I get the exact same values for each of the following module tests
with the DSL modem plugged into the switch and removed from the
switch:

    dim offline As Boolean = InternetConnection.Offline
    dim configured As Boolean = InternetConnection.Configured
    dim lan As Boolean = InternetConnection.LAN
    dim noconnection As Boolean = InternetConnection.NoConnection
    dim modem As Boolean = InternetConnection.Modem
    dim busy As Boolean = InternetConnection.ModemBusy
    dim proxy As Boolean = InternetConnection.Proxy

Have I overlooked something, does it not work the same in a virtual
machine as in a real PC, is it Windows 7, or what?

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>