Private Sub Timer_Clock_Count_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer_Clock_Count.Tick
sec += 1
If sec = 60 Then
min += 1
sec = 0
End If
If min = sender Then
Timer_Clock_Count.Stop()
End If
End Sub
Tag : .NET, VBScript, Win (Windows App), Class Library, VB.NET