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.
How to run an executable internally along with other background processes in the system during the startup?
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?
Windows for home | Previous Windows versions | Apps
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.
150 answers
Sort by: Oldest
-
Anonymous
2010-08-02T17:55:16+00:00 -
Anonymous
2010-08-02T17:58:28+00:00 #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?
-
Deleted
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
-
Anonymous
2010-08-02T18:14:09+00:00 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
-
Anonymous
2010-08-03T02:23:34+00:00 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.