N
Neelima Godugu
Hi
I am experiencing a weird issue.
I have an application that has multiple forms.The Startup class of the
application is a Class(not a form) named Application.
I instantiate all forms in the static Main method of this class.
Finally I do
System.Windows.Forms.Application.Run(frmEntityList);
at the end of main method.
To exit from the app I do the following
1. Close DB Connection
2. frmEntityList.Close();
The form disappears but the application is still in use. I verified this by
trying to overwrite the Application exe.
I am baffled by this.
Your help is appreciated.
TIA
Neelima Godugu
I am experiencing a weird issue.
I have an application that has multiple forms.The Startup class of the
application is a Class(not a form) named Application.
I instantiate all forms in the static Main method of this class.
Finally I do
System.Windows.Forms.Application.Run(frmEntityList);
at the end of main method.
To exit from the app I do the following
1. Close DB Connection
2. frmEntityList.Close();
The form disappears but the application is still in use. I verified this by
trying to overwrite the Application exe.
I am baffled by this.
Your help is appreciated.
TIA
Neelima Godugu