09-15-2006 03:22 AM
09-15-2006 03:43 AM
PrintPanel is not intended to create an image of the panel: the file produced is a printer file, i.e. a file that can be sent to a printer via a "copy" command.
To obtain a copy of a panel as an image file you must use GetPanelDisplayBitmap and pass the obtained bitmap to SaveBitmapToXXXFile (BMP or JPEG as you want) function; both of them are located in the User Interface library.
09-16-2006 02:30 AM