比喻 在Form2 的label1 中 显示Form1的Text1中的内容Private Sub Command1_Click()Label1.Caption = Form1.Text1End Sub
showPrint Form1: Text1.Text
Print Form1.Text1.Text
不行的原因可能是不能在LOAD事件里面写不知道是不是vb.net