Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
API_AppRun and command line parameters
Message
 
 
À
19/01/2006 14:18:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01088569
Message ID:
01088588
Vues:
7
>Thanks, I was using the wrong approuch to the class.

Here's another way
SET CLASSLIB TO PROCESS.VCX ADDITIVE
lcParams = "H:\temp\test.txt"
lcCommandline = "NOTEPAD.EXE " + lcParams
oProcess = CREATEOBJECT('API_AppRun')
oProcess.iccommandline = lcCommandline
oProcess.icwindowmode = "NOR"
oProcess.LaunchAppAndWait()
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform