0

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.

shadeMe
  • 706
  • 1
  • 10
  • 30

1 Answers1

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