Putting a windows form in a Opengl 3d world?

Can you put a windows form in a opengl 3d world? I want to know how to do this. Any help would be appreciated. Thanks, Chris.

Can you put a windows form in a opengl 3d world?

Not in the way that you mean. You could use OpenGL functions to draw something that looks like Windows controls in the world. But you can’t just hand OpenGL a HWND or whatever and expect it to drop it into the 3D world.