You can have the service set up a TcpListener on a given port, or if you
want to go with .Net 3.0, use a WCF Service Class, which can be configured
to send and receive messages from any number of channels. For more
information on WCF, see
http://msdn2.microsoft.com/en-us/netframework/aa663324.aspx.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
> What is a good way to have a windowsservice receive events?
> I want to change some settings of the service without restarting it
[quoted text clipped - 6 lines]
> regards
> Mathias Fritsch
Use a FileSystemWatcher object on your App.config or other config file.
Phil
> What is a good way to have a windowsservice receive events?
> I want to change some settings of the service without restarting it
[quoted text clipped - 6 lines]
> regards
> Mathias Fritsch