Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running an external application?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Running an external application?
Miscellaneous
Thread ID:
00835326
Message ID:
00835326
Views:
39
I'm converting a VB app over to VFP7. It is a menu system that runs on Windows Terminal Server. It starts various apps and also prevents the user from running them more than once. The problem is that I cannot find vfp equivalent of some of the vb commands. Here is the vb code...
dim RTDispatchHandle

Private Sub cmdRTDispatch_Click()
On Error GoTo startapp
    AppActivate RTDispatchHandle
    GoTo skipstartapp
startapp:
    RTDispatchHandle = Shell("notepad.exe", 1)
skipstartapp:
End Sub
VB's shell returns a task ID. AppActivate brings the app to the foreground if it is running. Can this be done in vfp?
Next
Reply
Map
View

Click here to load this message in the networking platform