I need a message pump that doesn't mess up my open window

前端 未结 4 1257
自闭症患者
自闭症患者 2021-01-28 02:07

My application (the bootstrap application for an installer that I\'m working on needs to launch some other applications (my installer and third party installers for my installer

4条回答
  •  渐次进展
    2021-01-28 02:48

    There is a Windows function called DisableProcessWindowsGhosting (see http://msdn.microsoft.com/en-us/library/ms648415(v=vs.85).aspx) that prevents Windows from 'ghosting' your window, and continue updating the window (your animation).

提交回复
热议问题