AdvancedHMI Software

General Category => Additional Components => Topic started by: Phrog30 on June 17, 2017, 08:31:05 PM

Title: Repeat Button
Post by: Phrog30 on June 17, 2017, 08:31:05 PM
Attached is simple repeat button.  I found it useful on my trends when I wanted to hold the button down and have it repeat.

Use the mouse down event,
Code: [Select]
Private Sub btn_Test_MouseDown(sender As Object, e As EventArgs) Handles btn_Test.MouseDown

        'Do stuff

    End Sub