标签: winforms
我是VB的新手,我对Label有问题。 例如:
public Form1() { Label.Text = "s"; InitializeComponent(); }
当我运行程序时,我得到了:
System.NullReferenceException textBox1 was null.
我该如何解决? TextBox上也一样。