0
In Windows 7, the Alt+Tab menu shows a switcher with thumbnails of each application window, however some windows such as toolwindows (e.g. WS_EX_TOOLWINDOW ) are excluded.
Is it possible to enable all windows (including these toolwindows or other "hidden" windows) to be shown in the Alt+Tab switcher? Or is there another keycombination to switch between these windows in a current running application?
P.S. I've already tried both Alt+Tab, Alt+Tab (with Right Alt press), and WinKey+Tab - none show toolwindows such as those shown in VLC's "Adjustment and Effects".
This does not seem to work in all applications. For the example of VLC, Ctrl+Tab doesn't do anything. – Adam M-W – 2011-07-02T04:27:58.020
1Yeah, depending on the application's internal message loops, it is easy to override the default Windows hotkeys. In order to override the application's own handling of the hotkeys, you gotta capture the keypresses and then write your own tool to switch between the two windows. You now have a glimpse at the beast known as Win32. – surfasb – 2011-07-02T20:25:12.337