Timer tick doesn’t fire another form button click event

558fe5180e0e8fc922d31c23ef84d240

Hi, like title, I have a timer, that when reach 0 will fire event on another form, then timer restart but when reach 0 nothing happen. how can I achieve this?

 Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick

        Dim value = CInt(Label10.Text)
        If value >= 1 And value <= 30 Then
            value -= 1.ToString
        Else
            If value >= 0 Then
                Form11.Button5_Click(sender, e)
                Timer1.Stop()
            End If
        End If
    End Sub

Quill Forms: A New Era of WordPress Forms & Surveys

Featured Imgs 14

Quill Forms: A New Era of WordPress Forms & SurveysYou have a shining WordPress website in place. You have already listed your products or services and everything looks pretty amazing. Now, you just need website visitors to convert to loyal fans and ready-to-pay customers. But are your forms letting you down? Forms are a great way of collecting more information about your customers. You […]

The post Quill Forms: A New Era of WordPress Forms & Surveys appeared first on WPExplorer.