|

WindowMode


(number) The window mode to use. Choose from:



CONSTANT


VALUE DESCRIPTION


SW_SHOWNORMAL


1


The file will launch normally.


SW_MAXIMIZE


3


The file will launch maximized.


SW_MINIMIZE


6


The file will launch minimized.


SW_HIDE


0


The file will launch hidden.


|