H
Henrik Skak Pedersen
Hello,
I am opening a messagebox on top of a splash screen. The splash screen is a
normal windows form with(FormBorderStyle=None, StartPosition=Center and
TopMost=true).
My problem is that my MessageBox is clearing the splash form behind it. When
I press OK on the message box, the splash form is all gray(the background
color) and no controls are visible. I have tried to set up a timer on the
splash screen, and when the timer kicks in, the form is visible and it does
not help to call neither Update og invalidate on the form. The only thing
that helps is if I call Hide() and Show(), then all my controls are visible.
I call the messagebox with the owner window, but there is no difference.
Any ideas?
Thanks
Henrik.
I am opening a messagebox on top of a splash screen. The splash screen is a
normal windows form with(FormBorderStyle=None, StartPosition=Center and
TopMost=true).
My problem is that my MessageBox is clearing the splash form behind it. When
I press OK on the message box, the splash form is all gray(the background
color) and no controls are visible. I have tried to set up a timer on the
splash screen, and when the timer kicks in, the form is visible and it does
not help to call neither Update og invalidate on the form. The only thing
that helps is if I call Hide() and Show(), then all my controls are visible.
I call the messagebox with the owner window, but there is no difference.
Any ideas?
Thanks
Henrik.