Search results for query: *

  1. K

    Service with Timer

    Thank you for the response. However what you have written does not compile. There are errors caused by "Handles" needing to be declared as WithEvents. Also, I don't believe that Tick is a property of a System Timer. Matt
  2. K

    Service with Timer

    Hi, I am having a problem with a service I have created which uses a System Timer. Basically, what is happening is the Timer seems to just stop running for no reason what so ever. I have created the timer as X.Timer1 = New System.Timers.Timer In the OnStart section of the service, i have...
Back
Top