R
Rudolf Ball
Hi NG,
i have a question: imagine I have a Main-Form that opens on click other
forms (modal, not modal, messagebox, ). These other forms can open forms,
too. So a Form-tree arises. My question is: how can I close ALL Forms out of
my Main-Form? What possibilities are there to access a Child-Form? And is a
form that I create out of my Main-Form with this code
Form2 x = new Form2();
x.Show();
a Child or not?
Thank you very much
Rudi
i have a question: imagine I have a Main-Form that opens on click other
forms (modal, not modal, messagebox, ). These other forms can open forms,
too. So a Form-tree arises. My question is: how can I close ALL Forms out of
my Main-Form? What possibilities are there to access a Child-Form? And is a
form that I create out of my Main-Form with this code
Form2 x = new Form2();
x.Show();
a Child or not?
Thank you very much
Rudi