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.
Asked
Active
Viewed 504 times
1 Answers
0
Raymond Chen gives the full gory details here: https://devblogs.microsoft.com/oldnewthing/20071008-00/?p=24863

David Heffernan
- 601,492
- 42
- 1,072
- 1,490
-
Any chance this document still exists somewhere? – Bozzy Sep 16 '22 at 09:10
-
https://devblogs.microsoft.com/oldnewthing/20071008-00/?p=24863 which I found using the wayback machine, a super resource for such things – David Heffernan Sep 16 '22 at 15:50