07-25-2009 05:29 PM
Does anyone know if it is possible to convert a cwx file (activex exported 3d graph) in u3d format?
If it's possible how to do that? Is it existing any converter supporting cwx format?
Thanks
07-27-2009 10:12 AM
Hi Gnappo,
I am afraid there is no automatic way to perform the conversion.
In fact the CWGraph object exposes a method called ControlImage which returns an image of the entire control in a Windows Metafile format.
Maybe you could try using that method to implement a sort of conversion from there.
My two cents,
Lucius