Hi,
Is it possible to use the "game" class as an MDI child?
I have a game engine and I'm working on making an editor.
I want the editor to use the dll's from my game engine and render into a child form in an MDI interface....
just to render into it, without having controls on it or anything.
Any easy way to do it without messing around with the creator's club winForm example?
How do I reach the properties of the form in order to set the MDI parent?
Thanks in advanced,
Oren