在 Visual Basic 中连接按钮和文本框
我坚持这个要求我创建一个文本框和一个按钮的练习。 每次按下按钮时,文本框都会加 1。 有人知道如何解决这个问题吗?
I'm stuck on this exercise that asks me to create a text box and a button. Each time the button is pressed it is supposed to add 1 to the text box. Anyone know how to approach this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还需要保护任何在文本框中按键的尝试或将其设置为 Enabled=true。
You will also want to protect any attempt to key press in the textbox or set it where Enabled=true.