Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running external Programs
Message
 
To
03/12/2004 11:27:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 5
OS:
Windows 2000 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00966740
Message ID:
00966749
Views:
8
One of the solutions is:
DECLARE INTEGER WinExec IN win32api ;
   STRING command, INTEGER nShow

=WinExec("exename.exe parameter",1)
>Hi,
>
>Can someone please help me.
>
>I have a Visual Basic .exe file that I want to run in a Visual Foxpro application. I want to pass parameters from the foxpro application into the VB application. Can someone direct me as to the best way to do this
>
>Thanks for your help.
>
>Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform