NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Shell Constants

When using the Shell commands, the following constants can be used in your code in place of the actual values:

Constant Value Description
Hide 0 Window is hidden and focus is passed to the hidden window.
NormalFocus 1 Window has focus and is restored to its original size and position.
MinimizedFocus 2 Window is displayed as an icon with focus.
MaximizedFocus 3 Window is maximized with focus.
NormalNoFocus 4 Window is restored to its most recent size and position. The currently active window remains active.
MinimizedNoFocus 6 Window is displayed as an icon. The currently active window remains active.

See Also

Shell Function | Visual Basic Constants