![](images/smilies/emot/em03.gif)
public class dbpicture:System.Windows.Forms.PictureBox
{
public dbpicture()
{
SetStyle(System.Windows.Forms.ControlStyles.DoubleBuffer | System.Windows.Forms.ControlStyles.OptimizedDoubleBuffer | System.Windows.Forms.ControlStyles.AllPaintingInWmPaint, true);
UpdateStyles();
}
}
![](/skin/img/sigline.gif)
站在春哥的肩膀上