Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to invoke the default internet dialup connection
Message
 
To
13/07/2000 14:07:33
Norman Avila
Universal Computadora Guatemala, S.A.
Guatemala, Guatemala
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00391948
Message ID:
00392149
Views:
11
Norman,

Make sure you have wininet.dll registered.

local lcCommand, lnConnected

DECLARE INTEGER InternetAttemptConnect IN Wininet.dll integer InternetAttemptConnect
lnConnected = InternetAttemptConnect(0)
if lnConnected <> 0
*!* Problemo
endif

lcCommand = Browser+" "+URL
run /N &lcCommand

HTH
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Previous
Reply
Map
View

Click here to load this message in the networking platform