Handling AeroSnap message in WndProc

I’m guessing there aren’t any special messages here; Aero is likely just using the plain Win32 APIs – ShowWindow(SW_MAXIMIZE) and similar. The thing to uderstand with the SC_ messages are that those are requests from a menu asking the window to resize/restore/etc itself, but that is not the only mechanism for changing the windows’s size. … Read more