Posted by kpyro on 12:55:00 12-14-2002
I know you don't like me asking questions but, does anyone know how to have a small uhh... control I guess or box of like opengl on a form? An example would be 3d mark 2001, it has one on the about screen that I think is opengl or directx... any help would be appreciated.
Posted by dxprog on 23:15:00 12-14-2002
The only way I know of to invoke Dx or OpenGL is through pure code. As far as I know there is no control like that.
[addsig]
Posted by kpyro on 05:51:00 12-15-2002
Well, not really a control, I mean like maybe just a section of a form to be an opengl 'box'..
Posted by dxprog on 07:46:00 12-15-2002
You could use the hWnd of a picture box in place of the one from the window. I'm not sure if this would work, but it should.
[addsig]