VistaStyleBuilder

Help => Windows Vista => Topic started by: gaLLopa09 on August 28, 2009, 03:32:29 pm



Title: can anyone help me?
Post by: gaLLopa09 on August 28, 2009, 03:32:29 pm
(http://img30.imageshack.us/img30/9216/50288956.th.jpg) (http://img30.imageshack.us/i/50288956.jpg/)

hi all!
how can i hide the part which is seen in picture?


Title: Re: can anyone help me?
Post by: 3am on August 28, 2009, 07:26:56 pm
You would have to go into the shellstyle and make the background and text the same color as what's around it. Such as proper tree module, host, and links header. If you get rid of that expando button let me know how you did it.


Title: Re: can anyone help me?
Post by: gaLLopa09 on August 28, 2009, 09:08:53 pm

(http://img215.imageshack.us/img215/2273/71725020.th.jpg) (http://img215.imageshack.us/i/71725020.jpg/)

i did it like you say...  "Folders" text colour and  the background color is same. to change "Folders" text color:
in reshack open shelstyle.dll and find "propertreeheader". at the first result like that:

</if>
<if id="atom(ProperTreeHeader)">
<Element background="argb(0,0,0,0)" contentalign="middleleft" padding="rect(9rp, 0rp, 0rp, 0rp)" />
</if>
<if id="atom(ProperTreeHeaderExpand)">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_NORMAL),  window)"
foreground="themeable(argb(255, 94, 125, 166),                           windowtext)"
padding="rect(0rp, 6rp, 0rp, 5rp)"
/>
<if mousefocused="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_HOT),     highlight)"
foreground="themeable(argb(255, 94, 125, 166),                           highlighttext)"
/>
</if>
<if keyfocused="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_HOT),     highlight)"
foreground="themeable(argb(255, 94, 125, 166),                           highlighttext)"
/>
</if>
<if pressed="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_PRESSED),  hotlight)"
foreground="themeable(argb(255, 94, 125, 166),                            highlighttext)"
/>
</if>
</if>
<if id="atom(ProperTreeHeaderCollapse)">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_NORMAL),  window)"
foreground="themeable(argb(255, 94, 125, 166),                           windowtext)"
padding="rect(0rp, 6rp, 0rp, 5rp)"
/>
<if mousefocused="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_HOT),     highlight)"
foreground="themeable(argb(255, 94, 125, 166),                           highlighttext)"
/>
</if>
<if keyfocused="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_HOT),     highlight)"
foreground="themeable(argb(255, 94, 125, 166),                           highlighttext)"
/>
</if>
<if pressed="true">
<Button background="themeable(dtb(PROPERTREE, PTP_FOLDERSHEADER, FHS_PRESSED),  hotlight)"
foreground="themeable(argb(255, 94, 125, 166),                            highlighttext)"
/>




"themeable(argb(255, 94, 125, 166)"
expressions are changes the text color but i dont know which is highlight which is normal status.
so my "255, 94, 125, 166" color selection has same color as the background. you can change the "Folders" text color
by changing this arguments.

background is been changing in vsb. explorer&shell-->shell-->propertree


(sorry for my bad english)


Title: Re: can anyone help me?
Post by: 3am on August 29, 2009, 02:36:40 pm
Glad to help. Still can't get rid of the arrow! Tried recoloring and replacing bitmaps 121 and 122. No luck. Same for deleting. That stuff about button background is Martian to me :S


Title: Re: can anyone help me?
Post by: gaLLopa09 on August 29, 2009, 03:25:15 pm
yes, im working for hidin arrow, too... if i succeed i will tell  :(


Title: Re: can anyone help me?
Post by: rajtheeban on August 29, 2009, 05:20:51 pm
suggestion (i don't know if it works !)

Try to replace that:

<style resid="propertreestyle">
<ProperTreeModule
background="themeable(argb(255, 255, 255, 255), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
/>
<CommonPlacesHost
background="themeable(argb(255, 252, 252, 252), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
padding="rect(5rp,0rp,8rp,0rp)"
/>
<ProperTreeHost
fontsize="sysmetric(DSM_ICONFONTSIZE)"
fontweight="sysmetric(DSM_ICONFONTWEIGHT)"
fontstyle="sysmetric(DSM_ICONFONTSTYLE)"
fontface="sysmetricstr(DSMS_ICONFONTFACE)"
animation="rectangle|s|fast"
background="themeable(argb(255, 252, 252, 252), window)"
foreground="themeable(argb(255, 0, 0, 0), windowtext)"
padding="rect(5rp,0rp,8rp,0rp)"
/>





By that:

<style resid="propertreestyle">
<ProperTreeModule
background="themeable(argb(255, 255, 255, 255), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
/>
<CommonPlacesHost
background="themeable(argb(255, 252, 252, 252), window)"
foreground="themeable(argb(255, 86, 86, 86), windowtext)"
padding="rect(5rp,0rp,8rp,0rp)"
/>
<ProperTreeHost
height="0rp"
/>