I have doubts with this style:
CS_BYTEALIGNWINDOW

Does it mean that the window appears aligned?
Posted on 2002-06-18 12:39:03 by slop
from the platform sdk :: CS_BYTEALIGNWINDOW - Aligns the window on a byte boundary (in the x direction). This style affects the width of the window and its horizontal placement on the display.

It is usually used togethere with CS_BYTEALIGNCLIENT to speed up the BitBlt function.
Posted on 2002-06-18 14:10:08 by stryker
Thanks, lost the Platform SDK in my last crash
Then it means that it centers the window?
Posted on 2002-06-18 14:17:18 by slop