G
Guest
I built a Windows Service exe, and a separate exe to control it which has a
nice little icon on the system tray. I'm wondering if there is a "right" way
to merge the two apps such that:
a) when you installutil the service it automatically puts the notifyicon on
the systemtray
b) it will respond to right-click of the icon (even if stopped?)
Or if they have to stay 2 separate apps, if there's a prescribed way to make
the controller app always around (didn't want to have to Schedule it etc,
just wanted it to start up along with the service).
nice little icon on the system tray. I'm wondering if there is a "right" way
to merge the two apps such that:
a) when you installutil the service it automatically puts the notifyicon on
the systemtray
b) it will respond to right-click of the icon (even if stopped?)
Or if they have to stay 2 separate apps, if there's a prescribed way to make
the controller app always around (didn't want to have to Schedule it etc,
just wanted it to start up along with the service).