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-02T16:51:39+00:00

    Okey thanks fisnik.

    I am lucky to get a chance of speaking to an expert and getting his suggestions.

    I am definitely trying hard but many a times i am not able to understand the coes written by other programmers as am not that perfect.

    For example i thought to create a media player so i searched in google where i can get a simple code to create media player and it contained many new things which i couldnt understand kile HWND etc,.,

    There are different windows defined datatypes.

    Anyways am trying to understand those things.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-08-02T16:54:06+00:00

    I just learned to creae a simple dialogue box where i inserted 2 buttons and a text showing the message.

    Now i have to write a code to each button right?

    If the user clicks yes then what to do if NO button then what to do.

    How to do that?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2010-08-02T16:58:19+00:00

    Okey thanks fisnik.

    I am lucky to get a chance of speaking to an expert and getting his suggestions.

    I am definitely trying hard but many a times i am not able to understand the coes written by other programmers as am not that perfect.

    For example i thought to create a media player so i searched in google where i can get a simple code to create media player and it contained many new things which i couldnt understand kile HWND etc,.,

    There are different windows defined datatypes.

    Anyways am trying to understand those things.

     

    Yes, but don't you see the problem. The ability to understand

    and grow, shall NOT start with BIG advanced projects, build

    something like Windows Media Player is very hard if you

    are a beginner in programming. Also if you do NOT understand the

    entire code, you should look for /* comments */

    /*

          <-- Comments.

    */

    // <-- Comments.

    Programmers use comments to explain their code to other programmers/developers.

    My best advice, if YOU REALLY WANT to understand things perfectly,

    ask the correct questions, and the correct question are those which

    you want to be answered, like "Sir what does this line of code mean and do?".

    Also my BEST advice would be that you ask your programmer teacher regarding code

    which you DO NOT understand, and TRUST me the teacher can explain it much better

    then what I do, unless I have reached the same level of skills.  


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2010-08-02T17:02:24+00:00

    I just learned to creae a simple dialogue box where i inserted 2 buttons and a text showing the message.

    Now i have to write a code to each button right?

    If the user clicks yes then what to do if NO button then what to do.

    How to do that?

    To be able to write code for each button, you

    select the button and right-click and then select

    Properties, and then from the Properties panel

    select Event category and add the event for

    mouse_click or button_click and then inside

    that event add the code. It is complicated

    first TIME.


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2010-08-02T17:03:00+00:00

    The truth is they just give tthe ideas and i dont find any teacher who is well versed in the subject as i see in you sir.

    Am trying to know everything on my own with the help of you guys.

    Can u suggest me what can i start with?

    Many companies are coming to our college this month for the placements and i have to be ready with a project of my own.

    Was this answer helpful?

    0 comments No comments