I have created an application using C# 3.0.I need that application to start and run continuously whenever Windows starts.After setting up and installing the application this process should happen.
Please give your suggestions to do this.
I have created an application using C# 3.0.I need that application to start and
Share
What about adding the program to the start-up folder in the install? When you create your set-up project, just add a shortcut to the output from the main program to the destination PC’s start-up folder.