Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange problem
Message
From
22/07/1999 15:49:31
 
 
To
22/07/1999 13:31:11
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00244749
Message ID:
00244946
Views:
16
>Hi guys ---
>
>Thanks for the help. What resolved the problem was Ed Rauh's ShellExecute wrapper classlib called Process.VCX. An excellent application and saved my butt from messing around with ShellExecute from scratch.

Of course it did! But a hint - it uses CreateProcess() rather than ShellExecute() to run things. There are minor differences; ShellExecute() can launch a document as well as an executable, but CreateProcess() gives you tighter control of the process, and returns some information that allows you to monitor the progress of a launched executable (you can get the same information back using ShellExecuteEx(), but you'd need something like POINTERS or My CLSHEAP library to manage the structure needed by ShellExecuteEx().)
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform