show/hide this revision's text 2 edited hyperlinks

"You can't create windows services for one" -- you CAN, you just don't have a template for it. Services are just normal applications with an extra twist. http://msdn.microsoft.com/en-us/library/76477d2t%28VS.80%29.aspx

See:

show/hide this revision's text 1

"You can't create windows services for one" -- you CAN, you just don't have a template for it. Services are just normal applications with an extra twist. http://msdn.microsoft.com/en-us/library/76477d2t%28VS.80%29.aspx for C#, and for C++ full API is described here: http://msdn.microsoft.com/en-us/library/ms685969%28VS.85%29.aspx