Hello,
In all my tool-application, i want to create different sources belongs to
the FWH-versions.
The user can add his FWH-version and the source will be written
belongs to his version.
There is a lot of GRADIENT-painting.
Somebody knows the start-FWH-versions for these 3 functions ?
I had a look at the whatsnew.txt, but i am not really shure.
I don't know the release-version and if it is possible,
to include the source to use for old FWH-versions
------------------------------------------------------
StretchBlt( hDC, nLeft, nTop, nWidth, nHeight )
I think, this started with < September 2007 build > ( outlook 2003 )
---------------------------------------------------------------------------
aRect := GETCLIENTRECT( oDlg5:hWnd )
Gradient( hDC, { aRect[1], aRect[2], aRect[3], aRect[4] }, ;
COLOR1, COLOR2, .F. )
I think, this started with FWH 8.08 ( new Buttonbar 2007 )
------------------------------------------------------------------
GradientFill( hDC, 0, 0, oWnd:nHeight, oWnd:nWidth, aGrad, .T. )
Are these the correct FWH-versions to use the functions ?
To make it possible for FWH-users with older versions,
i would like to include a simple gradient-function to the source :
I save a small dialog as BMP and use => StretchBlt
Regards
Uwe