05-16-2012 03:37 AM
I have a panel with a picture. When I click on the picture, the Edit Picture window appears. I do not have the original picture file. How can I get it from the Quick Edit Window ? I have to modify the image.
Please see the attached file.
05-16-2012 03:48 AM - edited 05-16-2012 03:48 AM
You can create a little program that:
1. Loads the panel
2. Calls GetCtrlBitmap to obtain the bitmap
3. Saves the bitmap with SaveBitmapToXXFile (use the type you prefer)