Board index » cppbuilder » Brush.Style := bsClear doesn't work, but SetBkMode does
Ian Boy
![]() CBuilder Developer |
Tue, 25 Oct 2005 01:38:01 GMT
Brush.Style := bsClear doesn't work, but SetBkMode doesWhy does this fail: GradientFill(Canvas.Handle, @vert, 2, @gRect, 1, GRADIENT_FILL_RECT_H); and this works: GradientFill(Canvas.Handle, @vert, 2, @gRect, 1, GRADIENT_FILL_RECT_H); Trying to draw some text transparently, it won't work using VCL controls if Delphi 5, Windows XP p.s. Don't even try to figure it out - you'll hurt your brain. |