aero-snap

Aero Snap not working for my application

I have a problem with Aero Snap not working with the application I'm working on (Windows desktop, native C++ application), and I'm a bit confused as to what's happening, as it seems like it should just work, out of the box. I've used Spy++ on a mininal win32 application, and get the following messages when I press Win-Left: <00070> 000...

WPF Custom Window: cannot "unsnap" maximized window with Win7 Aero Snap

I have a WPF application that uses a custom window frame. My problem is that I cannot "unsnap" my maximized window with Aero Snap in Windows 7. Properties of my window: AllowsTransparency is set to true WindowStyle is set to None ResizeMode is set to CanResizeWithGrip. I handle window drag movement like so: private void TitleBarGri...