【闪烁】WIN7 BCG 多文档(MDI)程序

解决方案:

//在App的InitInstance里加上
if (IsTaskBarInteractionEnabled())
{
EnableTaskBarInteraction(FALSE);
}

 

BCG手册里的解释:

If interaction with Windows 7 taskbar is enabled and the application uses MDI Tabs or MDI Tabbed Groups,

each MDI children will be displayed on Windows 7 taskbar thumbnails.

 

posted on 2012-02-28 17:20  LateStop  阅读(706)  评论(0)    收藏  举报

导航