Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running a non-FoxPro Exe
Message
From
20/03/1997 15:08:41
 
 
To
20/03/1997 14:04:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00025032
Message ID:
00025068
Views:
33
> >I found a neat Third Party EXE that I want to call from my application. > Is RUN /N Program.exe the best way? Also, is there a Win32API function > that I can call to see if program.exe is already running and switch to it > if it is? > > > >Thanks! > > RUN is fine. Use FindWindow API function to check another exe running. > Remember that N clause means NOWAIT. you can alos look in the last VFUG newletter for Gary Cox's short article on using ShellExec for that the advantage is you also get an error code if things go wrong Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform