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)
Printable View
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)
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