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-02T10:03:51+00:00

    Are u producing the code?

    Currently NO, since I am busy with a another project.

    As said, it will Take time, my best advice for you would

    be that you ask your "teacher" for advice and help

    and follow the links which I provided about MFC,

    if you get "stuck" post the issue here with the code

    snippet and I'll take care of it. :)


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-08-02T10:32:53+00:00

    Oh thanks:)

    I will try to do the coding part and if there is any problem then i will ask you.

    But tell me how to start with VS2010 after selecting MFC before writing the program?

    Can u post few images of it?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2010-08-02T10:36:00+00:00

    Oh thanks:)

    I will try to do the coding part and if there is any problem then i will ask you.

    But tell me how to start with VS2010 after selecting MFC before writing the program?

    Can u post few images of it?

    Good, the reason I tell you to do this is because I want

    you to learn "programming" and "software development".

    in order for you to learn best, you need to try and once

    you get "stuck" try harder if you get totally "stuck" then

    ask for help.

    :) MY BEST ADVICE.


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2010-08-02T10:36:18+00:00

    Oh thanks:)

    I will try to do the coding part and if there is any problem then i will ask you.

    But tell me how to start with VS2010 after selecting MFC before writing the program?

    Can u post few images of it?

    Okey, I'll tell you, wait.


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2010-08-02T10:49:09+00:00

    Here they are: Instructions. 1. StartMicrosoft® Visual Studio® 2010 IDE.

    2. From the Start Page selectNew Project link.

    3. Under Installed Templates selectVisual C++.

    4. Select MFC Application.

    5. Provide application (project) name and click OK.

    Note: A MFC Application Wizard will appear on screen.

    6. Click Next.

    7. Under Application type selectDialog based, and

    under Resource language select “English (United States)”

    (or your country), leave the “Use Unicode libraries” and

    for the Project style leave the (default) MFC standard and

    for the Use of MFC select Use MFC in a shared DLL, and

    click Next.

    8. Set the Main frame style as follows:

      *Thick frame  *Minimize box  *About box*Please remove SYSTEM menu.

    Click Next.

    9. For the Advanced features uncheck“Context-sensitive Help (HTML)”

    and ActiveX controls. You shall only useCommon Control Manifest

    and Support Restart Manager, and then click Next.

    10. Click Finish.

    I hope you find this information useful. If you need any further assistance,

    please feel free to contact me and let me know.

    I hope this information was helpful…

    Have a nice day…

    Best regards,

    Fisnik


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments