Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ShellExecute() does not complete b/4 message after is di
Message
De
14/01/2004 08:56:58
Fabio Barbosa Silva
Jms Assessoria E Consultoria Ltda
Belo Horizonte, Brésil
 
 
À
14/01/2004 02:31:59
Sammy Derban
Ghana Telecom
Accra, Ghana
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00866605
Message ID:
00866705
Vues:
19
Try use this:
oShell = CreateObject("wscript.shell")
oShell.run('calc.exe',1,1)
Release oShell
this parameters :
oshel.run(command,type of screen,wait)

screen =0 - no screen
1 - screen is normal
2 - screen minimize
3 - screen is maxmaze

wait =1 - wait end of process

by
Fabio
FABIO B. DA SILVA
JMS ASSESSORIA E CONSULTORIA LTDA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform