Dear All,
Can I change color or theme of TExplorer?
Thanks in advance,
Change TExplorer theme or Color ?
Change TExplorer theme or Color ?
Regards,
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Dutch
FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Change TExplorer theme or Color ?
Dutch,
For the entire ExplorerBar you have:
::nTopColor, ::nBottomColor
You can modify the DATA aGradient in each TaskPanel:
Also you have
DATA nClrTextSpecial INIT CLR_WHITE
DATA nClrHover INIT RGB( 66, 142, 255 )
and nClrText
For the entire ExplorerBar you have:
::nTopColor, ::nBottomColor
You can modify the DATA aGradient in each TaskPanel:
Also you have
DATA nClrTextSpecial INIT CLR_WHITE
DATA nClrHover INIT RGB( 66, 142, 255 )
and nClrText