manrash
16-03-2006 20:45:13
Hi,
I need use a Ogre windows embedded in a WinForm Panel. It isn't a problem with:
myRenderWindow = myRoot.Initialise(panel1);
But In the application I need to close one Form and open another one that also have a ogre window. I could shutdown ogre and reinitialise all platform but it will be too heavy. For that reason, I'm trying "move" the panel from the form1 to form2, but I don't know how do it.
Anybody can help me
I need use a Ogre windows embedded in a WinForm Panel. It isn't a problem with:
myRenderWindow = myRoot.Initialise(panel1);
But In the application I need to close one Form and open another one that also have a ogre window. I could shutdown ogre and reinitialise all platform but it will be too heavy. For that reason, I'm trying "move" the panel from the form1 to form2, but I don't know how do it.
Anybody can help me
