* Window Styles
*/
# define WS_OVERLAPPED 0 x00000000l
# define WS_POPUP 0 x80000000l
# define WS_CHILD 0 x40000000l
. My question is, the header file WinUser h only defined in the top four, the last is a # define WS_MAXIMIZEBOX 0 x00010000l,
But often see some window after four with spy++ also has a definition, but spy++ also don't know, can only use numerical said below:
Ask: how can you get this after four actually said what mean? thank you
CodePudding user response:
Used for any other window styleSuch as DS_ BS_ LVS_ TVS _,,,,
CodePudding user response:
Four is window after the custom style, different controls, meaning is different,CodePudding user response:
When you look at the window of the property