When the control gets resized, the button remains small.
does anybody know how to change that functionality?
i have isolated in code at the point of which it drwas, but when i
pass the height parameter to the procedure, the button still draws
its height incorrectly.
here:
StretchBlt(DC, ARect.Left, ARect.Top, ARect.Right - ARect.Left,
ARect.Bottom - ARect.Top, Bitmap.Canvas.Handle, 0, 0,
Bitmap.Width, Bitmap.Height, cmSrcCopy);
or here:
DrawOneButton(DC, Style, ARect, Enabled, Flat, Active,
DownButton <> 0, True);
Any help... thanks!