Antonio,
Thanks for the download of skins.obj.
Unfortunately I got an error while building : Unresolved external symbol : _HB_FUN_GRADIENTBRUSH
Have I missed something ?
function GradientBrush( hDC, nTop, nLeft, nWidth, nHeight, aColors, lVer )
local hBrush, hBmp, hBmpOld
hBmp = CreateCompatibleBitMap( hDC, nWidth, nHeight )
hBmpOld = SelectObject( hDC, hBmp )
GradientFill( hDC, nTop, nLeft, nHeight, nWidth, aColors, lver )
hBrush = CreatePatternBrush( hBmp )
SelectObject( hDC, hBmpOld )
DeleteObject( hBmpOld )
DeleteObject( hBmp )
return hBrush
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 108 guests