01-21-2017 11:26 PM
Hello All,
I have a picture indicator that have a picture, my requirement is when i click save button the picture showing in the picture box save to my computer at specified location.
Screenshot is attached for clear view
Thanks alot
01-22-2017 01:44 AM
It's a three step process:
first, retrieve the image from the picture control using GetCtrlBitmap
second, save the image to a file, e.g., using SaveBitmapToPNGFile or SaveBitmapToJPEGFile
finally, free memory using DiscardBitmap
This information can also be found in the help of CVI, search for 'bitmap' and you will end up with an overview page 'Using Bitmap Objects' listing all related commands