Hi.
My problem has not been solved 100%... In Form_Closing event i typed Application.Exit(); because i have 2 forms.
in Form_Closing event also i am asking 'Are you sure to exit the program'. When i click 'Yes' button, it doesn't repeat the question. But i click 'No', it is asking the question twice. Here are the codes.
{
}
e.Cancel =
Thanks..