| Author | Topic: internet connection |
---|
| Vagelis Skarmaliorakis | internet connection
on Thu, 13 May 2004 18:15:34 +0300Hi 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 Altmann | Re: internet connection
on Thu, 13 May 2004 18:50:37 +0200Vagelis,
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 Gupta | Re: internet connection
on Fri, 14 May 2004 19:32:55 +0530check 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 Skarmaliorakis | Re: internet connection
on Tue, 18 May 2004 18:21:15 +0300Thanks from both Anand and Martin
Anand I am working on the code you posted.
Regards
Vagelis |