stopwatch

  1. S

    Question Another Stopwatch Class (framework 3.5) question

    Is it possible to trigger event whenever seconds on stopwatch change (that means every second, but it has to be synchronized with seconds)? Thanks, sisquo76
  2. S

    Question Stopwatch Class NET Framework 3.5

    I have question regarding Stopwatch Class. Is there an easy way to display more than 59 minutes on stopwatch? Here is my code: Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Dim strMinutes As String Dim strSeconds As...
Back
Top