在任务切换器中显示子窗口
如何使无模式子对话框(使用 CreateDialogParam 实例化)显示在 Windows 任务切换器(Alt-Tab 条)中?使用 WS_EX_APPWINDOW 窗口样式会强制对话框具有任务栏图标,但不在任务切换器中。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Raymond Chen 在这里提供了完整的血腥细节:https://devblogs.microsoft。 com/oldnewthing/20071008-00/?p=24863
Raymond Chen gives the full gory details here: https://devblogs.microsoft.com/oldnewthing/20071008-00/?p=24863