rifter1818
Well-known member
Before i fall down and have a major seisure (spelling) could some one please help me with the flickering. Im using C#.
so far i have done the following settings (on form load)
base.SetStyle(ControlStyles.AllPaintingInWmPaint,true);
base.SetStyle(ControlStyles.DoubleBuffer,true);
Im using a graphics object
G = base.createGraphics();
and after the rendering (using the event onPaint)(currently just some collored rectangles and strings) is done i call
Application.doEvents();
this.invalidate();
Anyways its flickering like there was no tommorrow. so any help to solve this would be greatly appreciated.
so far i have done the following settings (on form load)
base.SetStyle(ControlStyles.AllPaintingInWmPaint,true);
base.SetStyle(ControlStyles.DoubleBuffer,true);
Im using a graphics object
G = base.createGraphics();
and after the rendering (using the event onPaint)(currently just some collored rectangles and strings) is done i call
Application.doEvents();
this.invalidate();
Anyways its flickering like there was no tommorrow. so any help to solve this would be greatly appreciated.