show a BITMAP ON EXPLORERBAR RESOLVED!!!

Post Reply
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

show a BITMAP ON EXPLORERBAR RESOLVED!!!

Post 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 ?
Last edited by MdaSolution on Wed Jul 07, 2010 6:11 am, edited 1 time in total.
FWH .. BC582.. xharbour
User avatar
MdaSolution
Posts: 401
Joined: Tue Jan 05, 2010 2:33 pm

Re: show a BITMAP ON EXPLORERBAR

Post by MdaSolution »

RESOLVED!!!
I made a new method on ExplorerBar Class Now run ok!! thanks to Daniel for the help
FWH .. BC582.. xharbour
User avatar
Antonio Linares
Site Admin
Posts: 42552
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 79 times
Contact:

Re: show a BITMAP ON EXPLORERBAR RESOLVED!!!

Post by Antonio Linares »

Very nice screenshot :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply