installation of glut

can somebody tell me if i can use visual studio .net to install glut 3.7 instead of using visual studio 6.0.

If you mean can you link and make the calls then yes, GLUT is a library, you just take the binaries install the dll and the lib in your link path and use the header and it works. .NET is just another compiler that will work with the library, it’s compatible.