kvarnerexpress 0 Report post Posted July 2, 2005 I'm thinking about making a Windows Service in C++. I found some sample code, and it all makes sense, except I'm wondering if it's possible to detect whether my exe is running as a Service.I'd like to have it perform this check when the app starts. Then if it is running as a Service, it'll go ahead and call StartServiceCtrlDispatcher(), otherwise some other action can be performed. Share this post Link to post Share on other sites