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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top