Page 1 of 1

show a BITMAP ON EXPLORERBAR RESOLVED!!!

Posted: Mon Jul 05, 2010 8:45 am
by MdaSolution
I want show a bitmap on EXPLORERBAR NOT ON A SINGLE PANEL
Image

LOCAL oBrush := TBrush():New("NULL",,,)

@ 420, 15 BITMAP oApp:oLogoBmp FILENAME ".\bitmaps\fivetech.BMP" NOBORDER PIXEL OF oApp():oExBar
oApp:oLogoBmp:nClrPane := oApp():oExBar:nClrPane //GetSysColor(3)
oApp:oLogoBmp:lTransparent := .t.
oApp:oLogoBmp:oBrush := oBrush


it show the bitmap but not is transparent, why ?

Re: show a BITMAP ON EXPLORERBAR

Posted: Wed Jul 07, 2010 6:11 am
by MdaSolution
RESOLVED!!!
I made a new method on ExplorerBar Class Now run ok!! thanks to Daniel for the help

Re: show a BITMAP ON EXPLORERBAR RESOLVED!!!

Posted: Wed Jul 07, 2010 8:36 am
by Antonio Linares
Very nice screenshot :-)