Back to Bitmaps

new topic     » topic index » view thread      » older message » newer message

WS_EX_CLIENTEDGE,  --style Ex
OR({WS_OVERLAPPED,WS_SYSMENU}),    --style

WS_SYSMENU=#80000
WS_OVERLAPPED=#0

Since #80000 ORed with #0 = #80000 

Why not just put 
WS_EX_CLIENTEDGE,  --style Ex
WS_SYSMENU,    --style 

Why is the OR needed at all?


Don Cole

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu