
showing window without deactivating main wnd..
I have to display a little window (like a splash window) while a dialog
box is about to be displayed.
This works fine (with using CreateWindow and EnableWindow(FALSE) for the
main window).
The only problem is, that the main window gets deactivated while showing
the spalsh window (the captionbar changes).
What do I have to do to get the main window not deactivated?
I want, that the user can't do anything while displaying the splash, but
the window should be (of course) updated, if it has to redraw something.
Does anyone know a solution for this?
Thanks in advise
Gerhard