How can i make my Exe as a Service
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi to All, How can I make my Exe as a service using VC++. that service should appear in Services of Administrator tools and that should start when the system is boot up and should appear in system tray icon to tell that it is started. Can anybody help in this regard. Thanks in advance.
-
Hi to All, How can I make my Exe as a service using VC++. that service should appear in Services of Administrator tools and that should start when the system is boot up and should appear in system tray icon to tell that it is started. Can anybody help in this regard. Thanks in advance.
Maybe this article written by Nigel Thompson helps: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndllpro/html/msdn_ntservic.asp[^] SkyWalker