Hi,
Is it possible to use png file in button of TFolderX.
If yes, Can you give me an exampe?
Thanks,
Horizon wrote:Hi,
Is it possible to use png file in button of TFolderX.
If yes, Can you give me an exampe?
Thanks,
@ 100, 100 BTNBMP oBtn1 OF oFld:aDialogs[ 1 ] ;
SIZE 100, 50 PIXEL 2007 ;
ROUND NOBORDER ;
PROMPT " &Exit " ;
ACTION oWnd:End() ;
FONT oFont ;
LEFT
oBtn1:bClrGrad = { | lMouseOver | If( ! lMouseOver,;
{ { 0.50, 16763283, 16777215 }, ;
{ 0.50, 16777215, 16763283 } }, ;
{ { 0.50, 9934847, 16777215 }, ;
{ 0.50, 16777215, 9934847 } } ) }
oBtn1:lTransparent := .t.
oBtn1:cToolTip = { "Exit" + CRLF + "Foldertest","EXIT", 1, CLR_BLACK, 14089979 }
oBtn1:SetColor( 0, )
oBtn1:LoadBitmaps( , , ".\bitmaps\Exit1.png" ) // Loads Exit1.png => visible = 3. position
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 64 guests