This is the code I have at the moment. 所以我在Visual Basic类的教科书中做了一个简单的项目。我们使用来自文本框的输入数字输入方程式。如果我能在/当她输入一个字母而不是一个数字时显示错误信息,我会给我的导师留下深刻的印象。我尝试了多种方法,但我无法弄清楚 在此先感谢您的帮助。
答案 0 :(得分:0)
你的问题的答案你会尝试捕捉声明。
Try
'code here
Catch ex As Exception
MsgBox("There was an error. Try entering a number")
End Try