Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to know whether a service is running or not in vc++? I have developed a MFC application. and am using a service application to trigger this MFC application.
I want to know whether the service has been started or not. How to check it in the MFC application.
Posted

1 solution

Services are normal executables. so you can check whether an exe is running
How to check if an application is already running [^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900