Hi,
Just looked over the WM_SIZING message blurb and it says:
Parameters
fwSide
Value of wParam. Indicates which edge of the window is being sized. This parameter can be a combination of the following values:
Value Meaning
WMSZ_BOTTOM Bottom edge
WMSZ_BOTTOMLEFT Bottom-left corner
WMSZ_BOTTOMRIGHT Bottom-right corner
WMSZ_LEFT Left edge
WMSZ_RIGHT Right edge
WMSZ_TOP Top edge
WMSZ_TOPLEFT Top-left corner
WMSZ_TOPRIGHT Top-right corner
How can it possibly be a
combination of these values?
Surely the window can only be grabbed at one of the four corners or four edges, all of which are covered
