I'm building an app which needs display a particular form always on top (this is a customer request), so far I'm using the SetWindowPos function with the HWND_TOPMOST value, and that works fine, but when the Windows 7 Flip 3D feature is activated my app doesn't stay in top.
Windows 7 Flip 3D
The question is, how my form can stay on top of all the others windows even if the Windows 7 Flip 3D is activated?