Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShellExecute() does not complete b/4 message after is di
Message
From
14/01/2004 08:56:58
Fabio Barbosa Silva
Jms Assessoria E Consultoria Ltda
Belo Horizonte, Brazil
 
 
To
14/01/2004 02:31:59
Sammy Derban
Ghana Telecom
Accra, Ghana
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00866605
Message ID:
00866705
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform