Tuesday, 19 August 2014

how to hide a form in mdiparent in C#

form closing event write this


            e.Cancel = true;
            this.Hide();
  

No comments:

Post a Comment