Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to invoke the default internet dialup connection
Message
 
À
13/07/2000 14:07:33
Norman Avila
Universal Computadora Guatemala, S.A.
Guatemala, Guatemala
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00391948
Message ID:
00392149
Vues:
10
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform