ok - i will explain:
I want to launch ms word in a way that's totallly hidden from the user. So I call CreateProcess with the SW_HIDE flag in proper place, and indeed Word doesn't show the document window. However it does show the Splash Screen, and I cannot get rid of it. I wuold like to freeze the display the way it is until word is done loading (I can tell that by FindWindowEx)and turn on screen display again
Main Topics
Browse All Topics





by: ikeworkPosted on 2007-12-02 at 03:40:15ID: 20390832
that depends on what is flickering. can you elaborate on that? is it an opengl/directx-application 's screen that is flickering? or a gui-application. or the whole desktop?
ike