怎样修改另一窗体的控件属性假设有Form1和Form2二个窗体 在Form1上有个Command1 在Form2上有个Label1 然后单击Form1上的Command1来改变Form2上有个Label1的Caption的值怎样做? 请具体的写出完整代码! [解决办法]Form2.Labl1.Caption= "你想要什么? "