Hello,
It is a old Problem, I posted already a few Month ago :
Using < BTNBMP > transparent doesn't work on Image-Background.
Is there any Solution found in the meantime, to solve this Problem ?
// ----- Transparent NOBORDER on Image-Background ---------
@ 22, 4 BTNBMP oBtn1 OF oDlg1 ;
SIZE 150, 80 NOBORDER ;
FILENAME c_path + "\project\" + D_BUTTON1 ;
ACTION MsgAlert( "Button-Click", "Button 1" ) ;
PROMPT "But.1" ;
FONT oButtFont ;
RIGHT
oBtn1:lTransparent := .t.
oBtn1:cTooltip := "Button1"
oBtn1:SetColor( 0, )
All other Backgrounds like Color, Gradient and Brush are working.
Best regards
Uwe