I would appreciate any help.
Happy Holidays,
Sal Sarhangi
I've seen some weird things with Windows Forms on a computer with a GeForce
2 card. Updating to the latest drivers worked for me. I know what you mean
about the flicker.
Maybe your MDI form contains processing-expensive code that's run after you
do your Show()-call. Try to run all code necessary for the MDI child before
you call Show(). You might also want to try putting a MdiChild.Update() in
there to force the form to paint.