opengl set up in form .net

I am trying to set up opengl in Windows Form application .net can anyone help me out or point me to somewhere to look at. I created my own form class and am just trying to create an opengl window in the form. Thank you for any help

oh, and my main problem is that I have been used to using MFC for my opengl projects. The form application in .NET doesn’t use MFC or anything like it, so getting the drawing context HDC or HRC and the like is something I can’t figure out.

Hi !

If I remember correct there should be .NET examples at both www.codeguru.com and www.codeproject.com

Mikael