Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Private Sub spin01_Change() lab01.Caption = spin01.Value
如果我一直按旋转按钮,标签会以非常高的速度继续变化。 是否可以通过单击常见按钮来创建相同的行为。
您可以尝试将 SpinButton 的 Delay 属性设置为 1000 之类的值。这似乎有效地将其更改为一次单击一次控件。