Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hanging up dial-up network connection from VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00768235
Message ID:
00768310
Vues:
16
This message has been marked as the solution to the initial question of the thread.
Two usefult WinAPI functions:
* Disconnects an automatic dial-up connection.
DECLARE INTEGER InternetAutodialHangup IN wininet;
	INTEGER dwReserved

* Causes the modem to automatically dial the default Internet connection.
DECLARE INTEGER InternetAutodial IN wininet;
	INTEGER dwFlags,;
	INTEGER dwReserved
FoxPro code sample:
http://www.news2news.com/vfp/?example=140&function=205
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform