blah blah blah is here! blah blah » Close

1
votes
1 answers

unload form

hello, i want to know how to do like this [code] private void Form1_unLoad(object sender, EventArgs e) { MessageBox.Show("Are You Sure?"); } [/code]

Feedback