posts - 0,  comments - 0,  trackbacks - 0
在窗体类的构造函数尾部加上
this.SetStyle(ControlStyles.AllPaintingInWmPaint
| ControlStyles.OptimizedDoubleBuffer
| ControlStyles.UserPaint
, true);
this.UpdateStyles();
效果很明显的