Using Visual C# or C++ from the .NET

Hi, i’d like to ask if I could use the OPENGL libraries in C# or C++ that is in the Visual Studio.NET framework…

if it is possible where can I get the necessary references… thanks

You can use the documentation included with visual studio/C++ .net - make sure the filter is set to all. C++ is definite, not sure about C#, though it works in VB so it is likely. You can also search msdn.microsoft.com for OpenGL which will give you very similar info or same info as in VS/VC docs. Also look at FAQs section of this site. You might also try other sites for tutorials like nehe.gamedev.net and plenty of others.