Hello,

I have an MDI application; the parent form calls a "base" MDIChild form, which, for sake of argument, has graphical imagery that looks like the picture of a television set.

Within the "screen" area of my television, I want to show various "sub-MDIChild" forms, based on controls clicked in the base MDIChild. Is there a way to display forms within a frame on the base MDIChild, and have all the "sub-MDIChildren" act properly.

Thanks for your help.