Hello
The CWGraph ControlImage method returns an enhanced Windows metafile format .
SavePicture CWGraph.ControlImage, "C:\myImage.emf"
You can use VB's SavePicture method to save it as a window's metafile image, but if you need to convert it into a jpeg, you will need some third party tools, since VB 6.0 does not have any libraries for such file format conversions. VB.NET though has a bunch of class libraries for such conversions though.
Bilal Durrani
NI
Bilal Durrani
NI