In my windows form application I want to capture the windows 7 snap message, does anyone know which message is generated when the window is about to be snapped.
I tried to listen in to the application and it looks like WM_GETMINMAXINFO = 0x24; is generated.
Can anyone confirm if thats really the windows message for snap?