When coding a Windows Service, firstly, do i need to use a timer? Can i work without a timer?
Also, how do I create a Windows Service, and then make use of a User Interface, so that when the service is started, at least I can use the interface to control certain things?
Also, how do I create a Windows Service, and then make use of a User Interface, so that when the service is started, at least I can use the interface to control certain things?