PDA

View Full Version : Flickering buttoncontrols in panel


C++
02-03-2010, 09:53 AM
I have a problem with flickering for a lot of buttoncontrols in a panel. I have put a panel on the form that holds 200 buttoncontrols. When switching from one panel to this panel, all 200 buttoncontrols flickers for about 2 seconds. I have red that if setting *DoubleBuffered = true;* for the...