Search code examples
c#opengltao-framework

Setting fullscreen in Tao Opengl


Using the SimpleOpenGlControl from Tao.Platform.Windows, how can I set it to fullscreen mode, or will I have to use glut?

My Solution

FormBorderStyle = FormBorderStyle.None;
WindowState = FormWindowState.Maximized;

Solution

  • Here is some discussion about setting SimpleOpenGlControl to fullscreen.