Title: which file do I hack? Post by: AlbinoAsian on July 08, 2009, 10:30:59 am I've managed to port a vista VS over to win7, got the browseui.dll ported over to explorerframe.dll
but I just don't know which dll to resedit in order to change these icons (http://img.photobucket.com/albums/v203/tom_dts/win7que.jpg) Title: Re: which file do I hack? Post by: Panda X on July 08, 2009, 01:50:22 pm I've managed to port a vista VS over to win7, got the browseui.dll ported over to explorerframe.dll I believe those are in shell32.dll.but I just don't know which dll to resedit in order to change these icons (http://img.photobucket.com/albums/v203/tom_dts/win7que.jpg) Title: Re: which file do I hack? Post by: AlbinoAsian on July 08, 2009, 06:04:41 pm I believe those are in shell32.dll. thank you kind sir!! :D Title: Re: which file do I hack? Post by: AlbinoAsian on July 09, 2009, 04:45:40 pm there's so many different ico's in there, so its taking me a while =)
would also like to know if it possible to autohide the organize bar like it was possible in Vista Title: Re: which file do I hack? Post by: Spitzen on July 09, 2009, 06:45:09 pm Yep, it is possible.
I just tested it. Open the shellstyle.dll of your wished theme and search for <style resid="FolderBandStyle"> Then add the following in the next line: <if mousefocused="false" mousewithin="false"><Element padding="rect(0rp,0rp,0rp,-28rp)"/></if> Then reapply your theme :) Title: Re: which file do I hack? Post by: AlbinoAsian on July 10, 2009, 02:26:43 am Yep, it is possible. I just tested it. Open the shellstyle.dll of your wished theme and search for <style resid="FolderBandStyle"> Then add the following in the next line: <if mousefocused="false" mousewithin="false"><Element padding="rect(0rp,0rp,0rp,-28rp)"/></if> Then reapply your theme :) Thanks so much mate =) Title: Re: which file do I hack? Post by: AlbinoAsian on October 15, 2009, 04:08:48 pm just wondering unders VSB where do the setting for the folderband exist? or is there none?
Because when I hover over the buttons on the folderband its not quite right :-/ |