VS2010窗体中代码无法向GroupBox中添加按钮(我是原先提问的那个人,有个小问题)
Buttonb=newButton();this.groupBox1.Controls.Add(b);错误:与“System.Windows.Forms.Control....
Button b = new Button();
this.groupBox1.Controls.Add(b);
错误 :与“System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)”最匹配的重载方法具有一些无效参数
都是这样写,为什么我的出错???? 展开
this.groupBox1.Controls.Add(b);
错误 :与“System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)”最匹配的重载方法具有一些无效参数
都是这样写,为什么我的出错???? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询