摘要:
在Form1中加入: form2 frm=new form2(); frm.Owner=this; this.Hide(); frm.show(); 在form2中加入: this.Owner.Show();可以定義form1為form2的parent,如在FORM1中加入: form2 frm=new form2(); frm.Parent=this; this.Hide(); ... 阅读全文
posted @ 2009-12-15 09:15
Love婷
阅读(2025)
评论(0)
推荐(0)