luca-piccioni / OpenGL.Net

Modern OpenGL bindings for C#.
MIT License
574 stars 109 forks source link

Can't add a GlControl to my Form because it's not in the Toolbox #124

Closed MarkusMiller closed 5 years ago

MarkusMiller commented 5 years ago

Installed OpenGL.Net, OpenGL.Net.WinForms, OpenGL.Net.CoreProfile and OpenGL.Net.Math via NuGet in a new windows form project and can't add the GiControl in the auto generated form as it's just not in the toolbox after installing.

MarkusMiller commented 5 years ago

Workaround: https://stackoverflow.com/questions/46354273/glcontrol-is-not-showing-up-in-toolbox

luca-piccioni commented 5 years ago

Normally I work with the projects included in the solution. It's somewhat more robust.