Search results for query: *

  1. R

    Question Continuous timer

    HI, I am new to VB and i have problem with my timer, I managed to run the timer until enddste 1. How do I continue beyond that? this is my code Public Class Form1 Dim startdate As DateTime = DateTime.Parse(Date.Now) Dim enddate As DateTime = DateTime.Parse("21:53:00") Dim...
Back
Top