Rendering in the same window

Hi All,

I am imlpementing a Form application in DotNet, and redering an object using glut. I have a button to start the rendering, when I click it, it opens a new window and render the object into this new window. I am using glutInit(), glutInitDisplayMode(), glutInitWindowPosition(), glutInitWindowSize() and glutCreateWindow(). 
However I want to render this object in the same Form where I have this button, is there any way I can do this, maybe in a pitureBox.

Thanx in advance,
Kuldeep