Antonio,
I would like to save a painted VTitle ( Screen-Section ) from the Dialog-Preview.
I tested something like oVTitle5:SaveToBmp( "Test.bmp" ),
but returns only a black BMP.
I think, maybe I can use Your Harbour-function, because I know Values : TOP, LEFT, BOTTOM, RIGHT
Do You have a small example, how to use it this way ?
It would be nice, the user can paint a VTitle and save it with a defined Size.
Optional :
hBmp = ResizeImg( aBmpPal[ 1 ], nWidth, nHeight )
DeleteObject( aBmpPal[ 1 ] )
or :
oBitmap:SetSize( nHORZ, nVERT )
As well I could use it for the Browser-Previews.
For the moment, I capture the Screen and cut off the no needed area.
The Screenshot explains, what I want to do
Thank You
Best Regards
Uwe