P
Phil Jones
I'm looking at wrapping an app I have up within a Window's Service.
I haven't done this before, and I've been readng through the .NET Ref
overview topic on the subject. Basically my question is this. There's a
lot of discussion about how you can't use any UI with a service (which makes
sense), but I'm thinking about a management UI that configures the service
app's settings.
There is some discussion about the ServiceController component - and I'm
wondering: could I write a win-forms app that somehow uses this component to
achieve what I'm talking about. Ideally I'd like to be able to launch it by
double clicking the service (or something like that).
Am I thinking in the right area - or just totally off base here? A few
words of wisdon at this point might save me a lot of mucking around!
Thanks everyone.
===
Phil
I haven't done this before, and I've been readng through the .NET Ref
overview topic on the subject. Basically my question is this. There's a
lot of discussion about how you can't use any UI with a service (which makes
sense), but I'm thinking about a management UI that configures the service
app's settings.
There is some discussion about the ServiceController component - and I'm
wondering: could I write a win-forms app that somehow uses this component to
achieve what I'm talking about. Ideally I'd like to be able to launch it by
double clicking the service (or something like that).
Am I thinking in the right area - or just totally off base here? A few
words of wisdon at this point might save me a lot of mucking around!
Thanks everyone.
===
Phil