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を押し続けると、ラベルは非常に高速で変化し続けます。 一般的なボタンクリックで同じ動作を作成することは可能ですか?
SpinButtonのDelayプロパティを1000のようなものに設定してみることができます。これにより、一度に1クリックのコントロールに効果的に変更されるようです。