【闪烁】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.
浙公网安备 33010602011771号