Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I set up a network connection in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
How can I set up a network connection in VFP
Divers
Thread ID:
00627644
Message ID:
00627644
Vues:
62
I need to start a VPN connection from VFP and in searching for ideas found the following code on a VB site:

To start up a dial-up networking connection, you can use this code:
Dim res
res = Shell("rundll32.exe rnaui.dll,RnaDial " _
& "connection_name", 1)

Does anyone have an idea how to do this in VFP? I know I have seen the Shell thing somewhere but cannot find it.

Thanks


Don Tanner
Don Tanner
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform