I have an application, written by me in C#.net 2.0 – when the application is opened, a timer will check every 3 seconds for x. If x happens, it shows a warning in a windows form.
Is there a possibility to install this timer and the windows form call in a windows-service? So that the timer ticks every time a system is up and shows the message then?
Runsection ofHKLMorHKCU, so that it is always started when a user logs on to the system.