Hi Guru,
I''ve downloaded your sample application and it doesn''t seem to work. What version of the tools is this designed with?
>Hi Ken,
>
>You could hide and show the MDI child forms as shown in the code snippet below :
>
>// Consider the second MDI child
>// has to be hidden/shown
>
>// Hide MDI child
>this.f2.Hide();
>this.f2.MdiParent = null;
>
>// Show MDI child
>this.f2.Show();
>this.f2.MdiParent = this;
>
>Please refer to the
test sample attached here, and let me know if this meets your requirements. Thanks for choosing Syncfusion products.
>
>Regards,
>Guru Patwal
>Syncfusion, Inc.