Getting window style

Posted by Dave18 on Stack Overflow See other posts from Stack Overflow or by Dave18
Published on 2010-04-21T01:02:23Z Indexed on 2010/04/21 1:03 UTC
Read the original article Hit count: 309

Filed under:
|

I'm trying to check if a window has a certain style using GetWindowLong(hWnd, GWL_STYLE) but that gives me a LONG type of variable. how would you check for a specific style from that?

© Stack Overflow or respective owner

Related posts about window-style

Related posts about c++