Question

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 taskbar icon but not in the task switcher.

Was it helpful?

Solution

Raymond Chen gives the full gory details here: http://blogs.msdn.com/b/oldnewthing/archive/2007/10/08/5351207.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top