Tagged Questions

19
votes
4answers
897 views

Best practices for Alt-Tab support in a DirectX app?

When writing DirectX applications, obviously it's desirable to support the user suspending the application via Alt-Tab in a way that's fast and error-free. What is the best set of …
6
votes
6answers
2k views

Best way to hide a window from the Alt-Tab program switcher?

I've been a .NET developer for several years now and this is still one of those things I don't know how to do properly. It's easy to hide a window from the taskbar via a property i …
0
votes
0answers
46 views

Windows Vista: Is there a way to have the Alt+Tab overlay display on all monitors? [closed]

In Windows Vista, when I press Alt+Tab, the application switcher overlay only shows on the primary monitor (the one with the task bar on it). Is there a way (via control panel, re …