04-11-2007 05:26 AM
04-11-2007 05:31 AM
Hello Sruly,
You should check out the Bitmap Library (part of the User Interface Library). There you can find the function GetPanelDisplayBitmap, which creates a bitmap from your panel. When the bitmap is created, you can save it to a bmp, jpeg or png file, using SaveBitmapToBMPFile, SaveBitmapToJPEGFile or SaveBitmapToPNGFile. These functions are also in this library.
Good Luck,
Wim
04-12-2007 08:53 AM
04-12-2007 03:53 PM
04-13-2007 06:29 AM
Sruly,
If by "end of range" you mean the screen size or the panel size you can use GetScreenSize (to get your Windows desktop size) or GetPanelAttribute (with top, left, height, width attributes) to read the values and then use SetPanelPos (to position your panel on the Windows desktop) or SetCtrlAttribute (again with top, left, height, width attributes) to position a control (a picture button for example) within your panel.
Hope this helps.
04-16-2007 05:17 AM
04-16-2007 02:10 PM
04-17-2007 03:37 AM
04-17-2007 11:35 AM
Hi,
I need your help for two more things..
1. I need the command to set "Page break" at excel thrue CVI, because when I print the Report it's cut...
2. I need the command to make "Footer" in Excel thrue CVI.
Thanks alot...
sruly
04-18-2007 11:04 AM