AppWinStyle Enumeration

 <  Day Day Up  >  

The AppWinStyle enumeration is used by the Shell function to indicate what window state should be used when the process is started. The enumeration's underlying type is Short .

 Hide = 0 

The new process's window should be hidden. Constant equivalent: vbHide .

 NormalFocus = 1 

The new process's window should be given the focus. Constant equivalent: vbNormalFocus .

 MinimizedFocus = 2 

The new process's window should be minimized and given the focus. Constant equivalent: vbMinimizedFocus .

 MaximizedFocus = 3 

The new process's window should be maximized and given the focus. Constant equivalent: vbMaximizedFocus .

 NormalNoFocus = 4 

The new process's window should not be given the focus. Constant equivalent: vbNormalNoFocus .

 MinimizedNoFocus = 6 

The new process's window should be minimized and not given the focus. Constant equivalent: vbMinimzedNoFocus .

 <  Day Day Up  >  


The Visual Basic .NET Programming Language
The Visual Basic .NET Programming Language
ISBN: 0321169514
EAN: 2147483647
Year: 2004
Pages: 173
Authors: Paul Vick

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net