I have searched through stackoverflow and has found similar question.
As I am still a beginner in C# programming, I could not quite understand what the solutions meant.
I have a c# windows form application that has several forms.
As it only closes when I closes the main form, how do I code it such that when I close other form the application closes as well?
EDIT: most people has told me to code it in the closing event. may i know where is the event found at? thanks.