aero-peek

Windows 7 Aero Peek of Tabs in Java Desktop App

I would like to implement Aero Peek of tabs in my desktop application (as per the functionality provided by Internet Explorer and this Firefox extension). I'm coding in Java, but appreciate that I may need to use some native hooks to get this working. Can anyone point me in the right direction? ...

MessageBox not shown when opened processing WM_CLOSE from taskbar thumbnail close button

Trying to put up a "Do you want to save"-dialog when trying to close window with close-button in taskbar thumbnail in windows 7(with aero peek active). Using MessageBox() when processing WM_CLOSE does not work. MessageBox won't show until you move mouse cursor outside thumbnail so aero peek is disabled. Lots of applications have this b...