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-02T12:33:57+00:00

    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

    Thank you sir i will try my best:)

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-08-02T12:35:06+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

    Thank you sir i will try now and ask if i get stuck:)

    Was this answer helpful?

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

    Thank you sir i will try now and ask if i get stuck:)

    Perfect :).


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2010-08-02T12:51:51+00:00

    I got a doubt now.

    I went through all the steps and a layout appeared in VS2010.

    I dint understand so i went through the link you had given to get to know about MFC.

    I think MFC can be used to create menus and dialog boxes ie they are the resources which i dint want to do.

    But anyways if i try to use that i will get to know better about MFC.

    Tell me to make the program to run at the background does it need MFC?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2010-08-02T13:06:18+00:00

    Before i can do coding i have to learn many thinks in that link you gave.

    Its really useful sir. I am getting to know many things about the windows procedures and messages.

    Thank you sir:)

    Was this answer helpful?

    0 comments No comments