

Was going to approve it. Anyway, it is possible to fix flicker by setting these styles on the form constructor or load event.SetStyle(ControlStyles.AllPaintingInWmPaint, true); SetStyle(ControlStyles.OptimizedDoubleBuffer, true); SetStyle(ControlStyles.UserPaint, true); SetStyle(ControlStyles.Opaque, true);
i know hwo to work this one

help
Always nice to see some1 releasing ESP 