PDA

Click to See Complete Forum and Search --> : Help neded


casparas
Dec 29th, 1999, 02:06 AM
ok i know how to activate aplication

thats

shell ("C:\path\app.exe")

right?

but that application runs minimized
How to make it run in normal mode(not minimized)

Antonio Begue
Dec 29th, 1999, 02:23 AM
shell ("C:\path\app.exe",1)

use 0 to hide
1 for normal focus
2 for minimized
3 for maximized
4 normal no focus
6 minimized no focus