I generated the C#-Win App exe using visual studio setup project.
After closing the installed app,still process is running in task manager.
I tried with Application.Exit() in Dispose() of every form.
but while navigating one form to another form i used this.Hide().so each navigation application closing.
i can’t use MDI concept now..
How to do it?
Please guide me..
Thanks for your replies
In the each form FormClosed event handler i called the Application.Exit();
It’s working great..