What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Help » Alt+Tab Problem

Alt+Tab Problem
Author: Message:
paulrowe
New Member
*

Avatar

Posts: 2
Joined: Oct 2007
RE: Alt+Tab Problem
My impression of Win+D is not that it minimizes the other windows, but that it brings the Desktop to the front of the z-order.  When a window is minimized, it is put at the end of the TaskSwitcher list; when the Desktop is brought to the fore, the TaskSwitcher list order is unchanged, even if there were programs already minimized.

There are three conditions that must be met for a window to appear in the TaskSwitcher.  First, the Parent of the window (this is different from the Owner) must be the Desktop (or nil/NULL works, I think).  Second, the window style must include the flag WS_EX_APPWINDOW and must exclude the flag WS_EX_TOOLWINDOW.  Finally, the window must be enabled (children are allowed under certain circumstances, but I forget exactly what those circumstances are).

I hope this is helpful.  Once these conditions are met, I believe that TaskSwitcher and Flip3D will also work correctly in Windows Vista.  I had to spend a lot of time trying to get forms to show properly in Delphi, which creates a hidden window to be a parent to every form you make (and prevents TaskSwitcher, etc., from showing your window correctly).
10-18-2007 02:45 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Alt+Tab Problem - by Seregwethrin on 08-19-2006 at 09:00 PM
RE: Alt+Tab Problem - by kotjze on 08-19-2006 at 09:09 PM
RE: Alt+Tab Problem - by Seregwethrin on 08-19-2006 at 09:12 PM
RE: Alt+Tab Problem - by MattyRid on 08-19-2006 at 09:16 PM
RE: Alt+Tab Problem - by Seregwethrin on 08-19-2006 at 09:16 PM
RE: Alt+Tab Problem - by cliffz on 08-21-2006 at 05:35 AM
RE: Alt+Tab Problem - by Chestah on 08-21-2006 at 07:49 AM
RE: Alt+Tab Problem - by Seregwethrin on 08-21-2006 at 08:44 AM
RE: Alt+Tab Problem - by joemailey on 08-21-2006 at 10:09 AM
RE: RE: Alt+Tab Problem - by Seregwethrin on 08-21-2006 at 04:57 PM
RE: Alt+Tab Problem - by Eddie on 08-21-2006 at 10:13 AM
RE: Alt+Tab Problem - by Aonghus on 01-01-2007 at 02:41 PM
RE: Alt+Tab Problem - by qgroessl on 01-01-2007 at 03:05 PM
RE: Alt+Tab Problem - by Stingbat on 08-30-2007 at 12:49 PM
RE: Alt+Tab Problem - by paulrowe on 10-18-2007 at 02:45 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On