05-03-2007 07:47 AM
05-03-2007 09:06 AM
The correct answer depends on the cvi version you are using.
From version 7 on, you can obtain the bitmap of a control with GetCtrlDisplayBitmap and save it to a file with SaveBitmapToJPEGFile function.
For older version there are no native functions to save in graphics format other than BMP, but I Guillaume Dargaud has developed some useful FPs to save bitmaps in jpeg or png format