ginnntux 0 Newbie Poster

Hello,

I was wondering, how can I force redraw with more activeness, because

this.Refresh();
this.Update();
this.Invalidate();

all these 3 works to slow and make my Windows form blink on repaint...