2005年4月19日

摘要: 先在Form1中声明新开窗口及传递变量的语句如下: private void button1_Click(object sender, System.EventArgs e) { Form2 myForm=new Form2(); myForm.Show(); myForm.textBox2.Text=textBox1.Text;(其中textBox1是Form1上的控件) }在Form2中将默认... 阅读全文
posted @ 2005-04-19 18:19 Zeus 阅读(420) 评论(0) 推荐(0)

导航