Mogre in winform + fullscreen?

boyamer

19-11-2009 13:31:43

Hi all,i'm trying to embed mogre into winform and after that make it fullscreen,directx device gets reset and after that crash,anyone knows how to:
1) Make Form fullscreen?
2) Make it compatible with Mogre?

Please help,i really need this..

Thanks

Chulein

20-11-2009 09:45:21

The thing you could try is to maximize the form at startup, and disable the top border on the form. Change the FormBorderStyle to "None" in the form properties.