Metafile Export ?
Submitted by a.sam on March 23, 2008 - 4:10pm.
I really need to export my 3D models to metafile. I have been trying to do this by assigning a hMetaFile (metafile handle) the current rendering context. But I just realized that (from the documentation), it is not possible to make a gdi handle, the current handle by using wglMakeCurrent(,,) method.
Is there anything that I can do to export my models to metafile?

I think it was really easy
I think it was really easy to render a model to emf, as I remember that I have done this in visual c++.
But it is the Tao experts that would know how to do this in C#. I think something is a little different. But you can check if the wglMakeCurrent(hDC,hGLRC) has returned true result, so the rendering context is changed truly. I do not know what is the next process afterward !! SOMEONE HELP !