How to run an executable internally along with other background processes in the system during the startup?

Anonymous
2010-07-30T03:39:55+00:00

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.

0 comments No comments

150 answers

Sort by: Oldest
  1. Anonymous
    2010-08-01T17:13:03+00:00

    Oh:(

    Should we use different code?

    No it is C++.


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-08-01T17:24:10+00:00

    Then u have already given the code right.

    Only the starting of the project differs.

    we have to select MFC project and then?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2010-08-01T17:29:20+00:00

    Then u have already given the code right.

    Only the starting of the project differs.

    we have to select MFC project and then?

    Yes for CMD based application but NOT Win32-based MFC C++ projects.

    Please keep in mind that MFC are "complex" and require a lot of coding.


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2010-08-01T17:30:38+00:00

    Oh..

    So the c++ code which you gave is of no use in MFC project?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2010-08-01T17:37:30+00:00

    Oh..

    So the c++ code which you gave is of no use in MFC project?

    NO NO, it can be used since it is a Class based on OOP.

    However, for MFC to build the same app as in C#

    you must focus on the User Interface first and then

    core functions and code.


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments