I just want the code to work at the background continuously when the system is booted.
I dont need to display the list of not responding processes or messagebox as in c#.
I just want to run at the background.
Does the coding differs?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an executable file and i want it to run continuously with other system processes in the background.
Can u tell me how to do that?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I just want the code to work at the background continuously when the system is booted.
I dont need to display the list of not responding processes or messagebox as in c#.
I just want to run at the background.
Does the coding differs?
If you dont mind can you show how to do the coding in VS2010?
Can u post the images as you did when building that c++ code in VS2010?
If u cant its ok but please help if you can:)
If you dont mind can you show how to do the coding in VS2010?
Can u post the images as you did when building that c++ code in VS2010?
If u cant its ok but please help if you can:)
As said C++ MFC are far more complex and I might
need an entire day (or more) to produce something like that,
also what do you want it to do? Just run in the background and
as soon as an "Not responding" program appears then kill it, right?
Itknowledge24.com
Ya i just want to kill a process when it is not responding.
Are u producing the code?