I have crated a windows form application.
VS2012 created a form1
form to me
then I crated a second form called Main
there is a button on form1
form to go to Main
form
when I run the application using vs2012, and then I click the x
button at the top right of form form1, the form close and I can start working on vs. but the problem is when I click the x button at the top right of the form Main, I can't start working on VS, but I need to click Stop Debugging
red button in the vs in order to be able to type in vs.
so my question is when I give this application to my customers, and when the click the x button at the top right of the form, I need the application to close totally, I don't need them to go the task manager and close the application from it.