开发者

Disable aero preview for MDI Window

开发者 https://www.devze.com 2023-01-31 20:07 出处:网络
In windows 7 the task开发者_开发技巧bar will preview all the mdi childs, any way to disable this with MFC?Adding a FALSE parameter to the EnableTaskbarInteraction(...) call in the InitInstance method

In windows 7 the task开发者_开发技巧bar will preview all the mdi childs, any way to disable this with MFC?


Adding a FALSE parameter to the EnableTaskbarInteraction(...) call in the InitInstance method disables displaying MFC MDI child views in the Win7 Taskbar.

0

精彩评论

暂无评论...
验证码 换一张
取 消