I am using Visual Studio 2010
I have multiple forms and when I hit close button(red X, top-right) from any form, i want the project to close entirely.
Now when I do this, this does not happen by default. I always have to click on the 'stop' button in VS for it to close.
Any quick solution or a piece of code to be inserted in every form will do.
Thank you :)