FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to apply brush to folder headers?
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
How to apply brush to folder headers?
Posted: Thu Dec 27, 2007 02:36 AM
In an attempt to get the same look irregardless of whether XP Theme is active or not, I use color brush with a transparent dialog. I'm very happy with the results except when it involves folder.




How to apply the brush to the grey area shown above?

TIA
FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
How to apply brush to folder headers?
Posted: Thu Dec 27, 2007 02:38 PM

Hua,

We can't change do that unless we totally replace the WM_PAINT msg behavior, which it means a lot of work.

You could modify FW Class TFolder to not use SysTabControl32 and use the 16 bits folder own defined control, where you have full control, but I would not recommend this.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
How to apply brush to folder headers?
Posted: Mon Dec 31, 2007 07:35 AM

Ok. Maybe I'll try a different approach in displaying the data then.

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour

Continue the discussion