Hopefully this won't be confusing but I'm having a real hard time figuring this out...

I am trying to have a Frame from another Form show in a frame in a different form..

Example:


Form1 has Frame1 on it

Form2 has Frame2 on it

Form3 has Frame3 on it

I would like for Frame1 on Form1 to be able to show Frame2 from Form2 or Frame3 from form3..

Basically I have 2 radio buttons on the main form (form1) the user selects radbutton1 (=true) then Frame2.visible = true inside of Fram1 (which is just a blank frame that is a place holder for the other frames)

If a user select radbutton2 = true then I need Frame3 from Form3 to be visible in Frame1.

I realize I could put Frames over the top of each other and make them visible and invisible in that form, but that is a pain in the ***....

Just wondering if anyone has any ideas on how to do this in a more inelligent manner. THanks!

GPUKILLER