Posted Sunday, 29 August, 2010 - 20:49 by the Fiddler
Your code is probably throwing some exception that prevents the GLControl from loading (the red cross may appear on any WinForms Control, it's not specific to GLControl).
Check the output window in visual studio for exceptions and/or set breakpoints to your Load/Resize/Paint event handlers and single-step through the code.
Comments
Re: glControl1 crashes; it displays a big red crossing
Your code is probably throwing some exception that prevents the GLControl from loading (the red cross may appear on any WinForms Control, it's not specific to GLControl).
Check the output window in visual studio for exceptions and/or set breakpoints to your Load/Resize/Paint event handlers and single-step through the code.