load里写System.Drawing.Drawing2D.GraphicsPath path1 = new System.Drawing.Drawing2D.GraphicsPath();path1.AddEllipse(this.b1.ClientRectangle);this.b1.Region = new Region(path1);//b1是button名
可以考虑用WPF框架,xaml写一个圆形控件