|
Open a window with defined values, if the command succeeds return a non zero value. Style define attributes of window, and
can take these values joined with FnOr():
#VMB_WINDOW_POPUP, open a pop up window.
#VMB_WINDOW_RESIZE, open a resized window.
#VMB_WINDOW_SYSTEMMENU, open a window with a system menu.
#VMB_WINDOW_VISIBLE, open a visible window.
#VMB_WINDOW_MAXIMIZE, enable maximize button.
#VMB_WINDOW_MINIMIZE, enable minimize button.
|
|