Windows Service Interface
-
Hi all. I wrote my first service application thanks in no small part to the Code Project community and resources. I'm now trying to figure out the best way to create a winform interface to view and change settings as well as monitor its functionality. If someone could point me in the right direction, I would greatly appreciate it.
-
Hi all. I wrote my first service application thanks in no small part to the Code Project community and resources. I'm now trying to figure out the best way to create a winform interface to view and change settings as well as monitor its functionality. If someone could point me in the right direction, I would greatly appreciate it.
That depends on how you store the settings. For a bunch of Services I wrote a while back I stored the settings in a database (recommended), so my Administration Interface maintained them there.
-
That depends on how you store the settings. For a bunch of Services I wrote a while back I stored the settings in a database (recommended), so my Administration Interface maintained them there.