Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting an Internet Connection
Message
From
09/01/2002 12:13:24
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
09/01/2002 12:00:30
Bhavesh Desai
Apex Softcell (India) Pvt. Ltd.
India
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00602563
Message ID:
00602572
Views:
22
Hi you can do the following:
Declare Integer InternetGetConnectedState in Wininet.dll Long @dwFlags, Long Reserved
lnConnectionState= 1
InternetGetConnectedState(@lnConnectionState, 0)
?lnConnectionState && values 81=online,82=offline, 18=on with network
>How can I detect in Visual Foxpro a live Internet connection. I do not wish to use the ping utility. Is there any other way like activex control or some other way
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform