Tuesday, August 17, 2010

C# help plz. i design multiple forms and linked em together. but when i use this.close(); to close all form.?

i design multiple forms and linked em together. but when i use this.close(); to close all form it only closes one form . what code should i use to close all form if the name of the nutton is btnclose and name of the form is form1, form2, form3, form4

C# help plz. i design multiple forms and linked em together. but when i use this.close(); to close all form.?
Close the parent form or use Application.Exit


No comments:

Post a Comment