D
Dean L. Howen
Hi,
Under MDI form, there're some child forms should be active instead of create
new one, if they're existing
So, in which way we could determine the child form that is display.?
....
if ( frmChild is exitsing)
frmChild.Active();
else
new Child();
....
Thanks
------------------------------------------------
Under MDI form, there're some child forms should be active instead of create
new one, if they're existing
So, in which way we could determine the child form that is display.?
....
if ( frmChild is exitsing)
frmChild.Active();
else
new Child();
....
Thanks
------------------------------------------------