MDI child form flickered while opening.
MDI child form flickered while opening.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ranjit PowarPosted Jun 26, 2015, 1:41 AM
Manoj BhoirPosted Jun 25, 2015, 12:57 AM
Have you tried the following?
Put this in the constructor after the InitializeComponent.
Ranjit PowarPosted Jun 25, 2015, 12:12 AM
Sivaraman DhamodaranPosted Jun 23, 2015, 9:00 AM
// Stop the flicker
SetStyle(ControlStyles.DoubleBuffer, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
Ranjit PowarPosted Jun 23, 2015, 6:40 AM
Sivaraman DhamodaranPosted Jun 23, 2015, 6:24 AM