where is window style stored?

Posted By: LazyDog

where is window style stored? - 02/02/07 01:12

I'm writing a generic function to do something based on what the game engine window style is without user interaction.
I can't figure out if this information is accessable in the SDK. Is it?
Code:

style 1 = no border
2 = thin border
4 = thick border
16 = title bar and border
48 = title bar with system menu
112 = title bar with system menu and minimze bar
256 = hide window


Posted By: jcl

Re: where is window style stored? - 02/02/07 14:51

The window style is not stored at a particular place, but can be retrieved with GetWindowLong().
© 2023 lite-C Forums