Hi,
Is it possible to use png file in button of TFolderX.
If yes, Can you give me an exampe?
Thanks,
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
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. positionHi,
I am also trying to use png file in ribbonbar button. I use FWH 13.12 but it does not show the png file.
I have checked the png file is in path.
Is there any method to show?
Thanks.
