OpenGL & Windows Forms

Hi!

I have started working with OpenGL and I want to render an OpenGL window on a Windows Forms using C++ language with Visual Studio. There are somebody who has used OpenGL with Windows Forms? I’m new in that and any kind of help would be welcome.

Regards,

María

Check this
http://www.codeproject.com/KB/miscctrl/OpenGLViewWinForms.aspx

I did something very similar for a project and it worked great.

Thank you very much