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;
link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Here is some discussion about setting SimpleOpenGlControl to fullscreen.

link|improve this answer
feedback

Your solution is fine and has been tested to work as expected under all circumstances (speaking as a Tao & OpenTK developer).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.