Does anyone know of any good tutorials on controlling/administering a windows service? maybe something like a taskbar application. Not just stop/start but more like application settings. Cheers, Nick
niclarke wrote: > > Does anyone know of any good tutorials on controlling/administering a > windows service? maybe something like a taskbar application. > > Not just stop/start but more like application settings. > > Cheers, > Nick For me the definitive source has always been Kevin Miller's book, but I don't think it has been updated since .NET. Regardless, you would learn important concepts, approaches, and fundamentals about services, and then be just a little dissappointed you can't do everything possible with .NET, yet happy what can be done, can be done so incredibly quickly.