How to do things within a windows service?

Posted by Kovu on Stack Overflow See other posts from Stack Overflow or by Kovu
Published on 2010-03-18T17:38:59Z Indexed on 2010/03/18 17:41 UTC
Read the original article Hit count: 463

Filed under:
|

Hi,

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?

© Stack Overflow or respective owner

Related posts about windowsservice

Related posts about c#