.Window Style Limitations

Category: WinSpy

Date: 02-16-2022

Return to Index


WS_BORDER
WS_CAPTION
WS_CHILD
WS_CHILDWINDOW
WS_CLIPCHILDREN
WS_CLIPSIBLINGS
WS_DISABLED        - to change this after a window has been created, use the EnableWindow function.
WS_DLGFRAME
WS_GROUP           - to change this style after a window has been created, use SetWindowLong
WS_HSCROLL
WS_ICONIC
WS_MAXIMIZE
WS_MAXIMIZEBOX
WS_MINIMIZE
WS_MINIMIZEBOX
WS_OVERLAPPED
WS_OVERLAPPEDWINDOW
(WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX)
WS_POPUP
WS_POPUPWINDOW
WS_SIZEBOX
WS_SYSMENU
WS_TABSTOP         - to change this style after a window has been created, use SetWindowLong
WS_THICKFRAME
WS_TILED
WS_TILEDWINDOW
WS_VISIBLE         - can be turned on and off by using ShowWindow or SetWindowPos
WS_VSCROLL
 
'gbs_01105
'Date: 03-10-2012


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm