Hi, Is it possible to set up the main OpenTK window as an MDI child Form?
Cheers,
Euan.
GLControl? Certainly. Just create a MDI child and dock the control.
GameWindow? No, it's designed for standalone (generally fullscreen) apps, not GUIs.
Comments
Re: OpenTK and MDI forms, general Windows integration
GLControl? Certainly. Just create a MDI child and dock the control.
GameWindow? No, it's designed for standalone (generally fullscreen) apps, not GUIs.