blah blah blah is here! blah blah » Close

0
votes
1 answers

C#: Closing second form.

Hi, i'm trying to close a form after i finished an operation, like: [code] Form1 ----- Form2 f2 = new Form2(); f2.Show(); Form2 ----- (onButtonClick) this.Hide(); [/code] But when it is closed (after 3-4 seconds!!!! and ...

Feedback