Override standard close (X) button in a Windows Form

Viewed 141165

How do I go about changing what happens when a user clicks the close (red X) button in a Windows Forms application (in C#)?

10 Answers
Related