Alaska Software Inc. - internet connection
Username: Password:
AuthorTopic: internet connection
Vagelis Skarmaliorakisinternet connection
on Thu, 13 May 2004 18:15:34 +0300
Hi to all,

Is there a way that my xBase program checks if the computer that is running
on, has access to Internet ? And, if not connected, to prompt the user for
connecting to internet ?

I am writing a small mail client, with no use of asinet classes, only asinet
functions.

Regards
Vagelis
Martin AltmannRe: internet connection
on Thu, 13 May 2004 18:50:37 +0200
Vagelis,
why not trying to ping a server you know to be alive (like
www.microsoft.com)?
If the ping cannot get through, it is most likely that the pc is not online
(you could have a problem, so if your customer is running a firewall. In
that case he he can also disable pinging of pcs outside his domain).

Regards,
Martin

"Vagelis Skarmaliorakis" <vagskarm@teledomenet.gr> schrieb im Newsbeitrag
news:MCmoiyPOEHA.6380@S15147418...
> Hi to all,
>
> Is there a way that my xBase program checks if the computer that is
running
> on, has access to Internet ? And, if not connected, to prompt the user for
> connecting to internet ?
>
> I am writing a small mail client, with no use of asinet classes, only
asinet
> functions.
>
> Regards
> Vagelis
>
>
Anand GuptaRe: internet connection
on Fri, 14 May 2004 19:32:55 +0530
check out the attachment...

"Vagelis Skarmaliorakis" <vagskarm@teledomenet.gr> wrote in message
news:MCmoiyPOEHA.6380@S15147418...
> Hi to all,
>
> Is there a way that my xBase program checks if the computer that is
running
> on, has access to Internet ? And, if not connected, to prompt the user for
> connecting to internet ?
>
> I am writing a small mail client, with no use of asinet classes, only
asinet
> functions.
>
> Regards
> Vagelis
>
>




RAS.PRG
Vagelis SkarmaliorakisRe: internet connection
on Tue, 18 May 2004 18:21:15 +0300
Thanks from both Anand and Martin

Anand I am working on the code you posted.

Regards
Vagelis