I have doubts with this style:
CS_BYTEALIGNWINDOW
Does it mean that the window appears aligned?
CS_BYTEALIGNWINDOW
Does it mean that the window appears aligned?
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.
It is usually used togethere with CS_BYTEALIGNCLIENT to speed up the BitBlt function.
Thanks, lost the Platform SDK in my last crash
Then it means that it centers the window?
Then it means that it centers the window?