Hi,
My question is how is possible to calculate how many forms are open in a mdi parent form. So I mean how many childs are open in total.
Any advice is welcome
thanks
Printable View
Hi,
My question is how is possible to calculate how many forms are open in a mdi parent form. So I mean how many childs are open in total.
Any advice is welcome
thanks
C# Code:
int mdiChildCount = this.MdiChildren.Length;
Thank you
it is very short code :d
I am timid now :$