Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executing RUN command
Message
 
 
À
30/08/2005 08:14:06
Sunil Kejariwal
The Software Workshop
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01045091
Message ID:
01045093
Vues:
30
>While executing RUN command from Program it opens a dos window. How can I exeuted RUN command and also keep the window minimized.


You can use API_APPRUN in .VCX form File #9477 or WSH Run method.
oShell = createobject("WScript.Shell")
oShell.Run(lcCmd, 0, .T.)
See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthrun.asp for details.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform