N***@runtime.com
2004-09-23 13:08:34 UTC
Or am I doing something wrong?
The SS_RIGHTJUST flag is supposed to anchor the static control (bitmap or icon) on its bottom
right corner when the control is resized. I'm resizing the window like this:
SetWindowPos( 0, 0, 0, nWidth, nHeight, SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOMOVE )
and it is being anchored on the top, left. I've also tried loading new, different sized bitmaps into
the control, but it is still being anchored on the top, left corner when it is resized.
Is SS_RIGHTJUST even supported anymore? Is so, could someone please give me an example
of it in action?
The SS_RIGHTJUST flag is supposed to anchor the static control (bitmap or icon) on its bottom
right corner when the control is resized. I'm resizing the window like this:
SetWindowPos( 0, 0, 0, nWidth, nHeight, SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOMOVE )
and it is being anchored on the top, left. I've also tried loading new, different sized bitmaps into
the control, but it is still being anchored on the top, left corner when it is resized.
Is SS_RIGHTJUST even supported anymore? Is so, could someone please give me an example
of it in action?