Hey all,
I have an app I want to start up when windows is started and looking for the proper way to approach it. Basically it will start in the background, check some details, then either shutdown or display a form. Some questions.
1. How to set it so it starts with windows?
2. Should I force it to wait until all processes are finished?
3. Anything else I should be careful of?
Thanks
I have an app I want to start up when windows is started and looking for the proper way to approach it. Basically it will start in the background, check some details, then either shutdown or display a form. Some questions.
1. How to set it so it starts with windows?
2. Should I force it to wait until all processes are finished?
3. Anything else I should be careful of?
Thanks