C#如何动态加载RadioButton控件 10
展开全部
比如在窗体上添加按钮buttonLoad,点击按钮,RadioButton就在窗体上显示出来
双击该按钮,在
private void buttonLoad_click(Object sender,Eventargs e){
RadioButton radio = new RadioButton();
radio.location = new System.Drawing.Point(100,200);
this.controls.add(radio);
}
加上如上代码就可以
双击该按钮,在
private void buttonLoad_click(Object sender,Eventargs e){
RadioButton radio = new RadioButton();
radio.location = new System.Drawing.Point(100,200);
this.controls.add(radio);
}
加上如上代码就可以
追问
其实我的问题是,同一个页面加载两次,第一次radiobutton加载成功了的,但第二次就看不到控件了。
追答
把你代码贴出来
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询