以可变频率执行按钮操作
我想制作一个按钮,根据 Visual Basic .NET 中输入的数字的频率来运行操作。 我该怎么做? 有人能指出我这样一个动作的语法吗?
@Jon,我认为那是C++,我说的是VB.Net。
@Adam Davis,VB.Net 3.5,我想做的就是使用“NumericUpDown”中的数字来给按钮指定按钮必须执行的操作次数。
I want to make an button that runs an action with the frequency from an number input in Visual Basic .NET . How do I do it? Could someone point me out the syntax of such an action?
@Jon, I think that's C++, I am talking about VB.Net.
@Adam Davis, VB.Net 3.5 and all that I want to do is use an number from "NumericUpDown" to give a button how many times the action the button has to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该可以解决问题。
This should do the trick.