Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I set up a network connection in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
How can I set up a network connection in VFP
Miscellaneous
Thread ID:
00627644
Message ID:
00627644
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform