有VB问题,一个计算器程序,Private Sub Command1_Click()
Label1:Caption = Val(Text1.Text) + Val(Text2.Text)
End Sub在运行时,Val(Text1.Text)中的.Text处是黄色,提示错误为:未找到方法或数据成员,咋回事。