- 博客(3)
- 资源 (2)
- 收藏
- 关注
转载 如何在一个窗体中调用另一个窗体的控件或方法
要把Form1中的控间改成public属性 具体实现过程请参看一下代码(在form2的textbox1中输入然后在form1中的label1中显示textbox中的内容 //form1代码,form1中有一个label1和一个button1,其中label1的modifier属性为public namespace WindowsApplication1 { public partia
2013-04-16 21:32:43 954
转载 在wince中DataGrid的样式设置(宽度),智能设备开发,PDA
本文来源:http://blog.csdn.net/anz130/article/details/7625979 DataGridTableStyle myTableStyle = new DataGridTableStyle(); myTableStyle.MappingName = "表名"; DataGridColumnStyle col1 = new DataGridTe
2013-04-09 09:22:29 910
转载 (转) c#中如何设计一个窗体关闭,另一个窗体打开?
本文转自:http://blog.csdn.net/anz130/article/details/6597610 form1窗体中有一个关闭按钮,单击这个按钮,form1窗体关闭了。form2窗体随之弹出来: 按照正常的在你form1的关闭按钮单击事件里写上 this.Close(); from2 f2=new form2(); f2.Show(); 这样你会发现按下关闭后整个
2013-04-09 09:19:13 1303
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人