Home > Software engineering >  Four said after the window style?
Four said after the window style?

Time:09-22

Window style is to use a 32-bit integer to represent, as shown in the following:
* 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 style

Such 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
  • Related