F
Fatima
Hi All
I used following codes to close all of children forms
for(int i=0;i<this.MdiChildren.Length;i++)
{
this.MdiChildren.Close();
}
but it just closes some of them.
what's your opinion about this problem?
thx
I used following codes to close all of children forms
for(int i=0;i<this.MdiChildren.Length;i++)
{
this.MdiChildren.Close();
}
but it just closes some of them.
what's your opinion about this problem?
thx