Hello,
I've developed a product using Visual Studio with C# .Net. And i built it by using build option. Now if i run the software and while exiting, if i close all the forms also, the process will be running. I've to stop the process by going into task manager. If i run the software again, another process will start running. Please can anyone help me how to solve this problem? It should terminate the process immediately after i close all the forms which are opened.
I've developed a product using Visual Studio with C# .Net. And i built it by using build option. Now if i run the software and while exiting, if i close all the forms also, the process will be running. I've to stop the process by going into task manager. If i run the software again, another process will start running. Please can anyone help me how to solve this problem? It should terminate the process immediately after i close all the forms which are opened.
Comment