I want to draw 3D graphics on Windows Form Application in Visual C++.How can I adjust OpenGL library on Visual Studi 2008 ?Could you advise me any tutorial that mention using OpenGl Library with Windows Form Application and Visual C++?
I think you have to use DirectX for use within a Windows form, but it depends on what extensions you're using. If you're using GLUT, you can't do it at all. Sorry, that's all I know.