Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

30
votes
4answers
3k 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 practices for ...
28
votes
11answers
10k 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 in both Windows Forms ...
14
votes
1answer
315 views

SDL OpenlGL Alt-tab in fullscreen has unpredictable results

I am writing a game in C++ using SDL 1.2.14 and the OpenGL bindings included with it. However, if the game is in fullscreen and I Alt-Tab out then back into the game, the results are unpredictable. ...
5
votes
2answers
265 views

How can I prevent Gnome from showing two windows when doing alt-tab? (c++ qt app)

(see edits) I'm developing a QT/c++ application under gnome. The application a main window and QListBox child window. Both of these windows show up as separate main windows when I alt-tab away ...
3
votes
1answer
116 views

alt-tab sort of web design

I am thinking of designing a web site having multiple related services. For every action of the user in a service there will be some computation going on in each of the other services. I want to ...
3
votes
1answer
255 views

Any open source Alt-Tab windows switcher project exists?

Having tried a few Alt-Tab windows switcher, I want to write one to suit my own needs. Are you aware of any open source Alt-Tab windows switchers? If it already exists, I don't want to start from ...
2
votes
2answers
90 views

show running applications (alt-tab program list)

Found the solution here: http://blogs.msdn.com/b/oldnewthing/archive/2007/10/08/5351207.aspx I'm trying to go a list of running applications, i found on several forums this solution: Process[] ...
2
votes
3answers
140 views

Catch system event as Cmd-Tab or Spotlight in a Cocoa App

In a Cocoa App, I'm trying to find a way to catch system events like the app switcher usually launched with Cmd-Tab or spotlight, usually launched by Cmd-Space. I'm looking for either a way to catch ...
1
vote
1answer
302 views

simulate Alt Tab keyboard press in C++ to launch Fast Switch window

I have an idea for a project which needs to be run on a touch screen device. The idea is to have a button on screen which when pressed switches between open projects. So exactly how the ALT + TAB ...
1
vote
1answer
728 views

Win7 WPF Alt+Tab Focus Oddity

After a couple hours of Googling I haven't been able to find any comments on this issue. We have a WindowStyle=None window with transparent background and allows transparency and does not show in ...
0
votes
1answer
57 views

Show Child Window in Task Switcher

How can I make a modeless child dialog (instantiated using CreateDialogParam) show up in the windows task switcher (Alt-Tab strip)? Using the WS_EX_APPWINDOW window style forces the dialog to have a ...
0
votes
0answers
142 views

Customizing Windows 7 alt tab sorting logic while keeping the new GUI look

the alt-tab switch logic is changed in Vista/Windonws 7 compared to XP, now it uses alphabetical sorting for icons beyond 6 instead of keeping the Z-order sorting. I would like to customize the ...
0
votes
0answers
94 views

SelectionChanged for a treeviewer is called only when we do actions like minimize and maximize application

I am trying to sync a few views together on the basis of selection changes in navigator view (same as eclipse). There is a tree viewer inside the navigator view; when any selections are made there, ...
0
votes
2answers
283 views

Generic icon displays for my app in the Alt-Tab dialog

I have an old VB6 app and whenever the user does the Alt-Tab thing, the dialog displays a generic icon instead of the application icon. What can I do to display the proper icon in the Alt-Tab window? ...
0
votes
1answer
418 views

App disappears from Win7's ALT-TAB list sometimes

I've been having some trouble with one of my Delphi 2010 projects lately. It seems that sometimes, when I have a form open as a modal dialog, the app stops showing up in the ALT-TAB list until I ...
0
votes
0answers
80 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, registry setting, ...