Thanx
But actually we still dont know were teh red area ("linkfavoriten") is. Nor how we change it...
does anybody know that?
open Shellstyle.dll\UIFILE\1.txt with resoursehacker, search for <if id="atom(ProperTreeLinksHeader)">
and change the parameters, foreground [= color text], background =that you ask.
also : You can adjust margins and insert a bmp into the shellstyle.dll
For example
background="themeable(ARGB(255, 252, 252, 252), window)"
Change to
background="resbmp(123,0,1,0,0,0,0)"
----------------------
explanation of resbmp on shellstyle.dll
[ resbmp(a,b,c,d,e,f,g)
a = bitmap resource
b = stretching (1=normal, 3=tile, 6=stretch, 7=32 bit bitmap)
c = transparent color of bitmap not drawn (#rrggbb rr=red, gg=green and bb=blue e.g. #FF00FF= violet)
d = width of bitmap (used when f=0)
e = height of bitmap (used when f=0)
f = sizing (0 = use dimensions defined in d and e or 1 = use bitmap dimensions)
g = mirror (0 = normal and 1 = mirror) ]
------------
see my ZEUSosX gallery [also some code solutions included
http://http://zeusosx.deviantart.com/gallery/ ]