Monitor/Manage a .NET Service with a NotifyIcon Application

M

Mark

I have created a service for windows (.NET 3.5 framework) and I want to
create an application (basically a NotifyIcon with options to start/stop and
set/modify some configuration settings for the service). In researching (via
Google) I've read that .NET Remoting is the best method to accomplish this
.... only problem is I can't find any samples to learn from.

Can someone either link or post some sample code on how to do this?

Much appreciated!
 
M

Michel Posseth [MCP]

Hello Mark

You have a few options to comunicate with your service

The most common is a service controler, then you have the option of
remoting ( wich is nowadays a part of WCF windows comunication foundation )
and last but not least the option of IO based interaction ( config file ,
database etc etc )

HTH

Michel Posseth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top