Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange problem
Message
De
22/07/1999 15:49:31
 
 
À
22/07/1999 13:31:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00244749
Message ID:
00244946
Vues:
30
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform