Oh ok.
Then i have added the code for "Yes" so that it will kill the process.
Now what should i do for button "NO"?
I just dont want to do anyhthing if the user presses "NO".
Just close the messagebox.
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.
Oh ok.
Then i have added the code for "Yes" so that it will kill the process.
Now what should i do for button "NO"?
I just dont want to do anyhthing if the user presses "NO".
Just close the messagebox.
Ok i added this and where should i add main()?
No need for main, you see this project, it has it's own main entry
somewhere else, in fact inside: new.cpp (or some of the other *.cpp),
NO NEED FOR MAIN, main.cpp is a CONSOLE WINDOW.
Itknowledge24.com
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
#include "CMD.h"
and
void CnewDlg::OnBnClickedButton2(){ CMD::() <--Function. }
Itknowledge24.com
But if i press no CMD should be executed right?
How can i call CMD when i click yes?
It should list all the processes.
If listing the process is so complex then i will ask whether to kill the process.
If yes then will use the above function and if no what should i do?
In the first link which u gave to see the solution its asking to sign in and if i try to sign in its asking to subscribe.