Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call the internet connection form
Message
 
To
29/12/2008 18:57:01
Peter Wagner
Point Informática Ltda.
Limeira, Brazil
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01369969
Message ID:
01370143
Views:
27
You may try to figure out how the original form can be started -- find an executable or a DLL module to be invoked.

For example:
Winexec('rundll rnaui.dll,RnaDial [Connection Name]',SW_NORMAL)

or
RUN 'rundll rnaui.dll,RnaDial [Connection Name]'

In your particular case certainly it would not be maui.dll but something else.
Previous
Reply
Map
View

Click here to load this message in the networking platform