Vista Style Builder

  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3 ... 6
1  Help / Windows 10 / Re: Start Menu-All Programs on: December 20, 2016, 03:28:05 pm
Start is back uses a .msstyles that is at C:\Program Files (x86)\StartIsBack\Styles try editing it.
2  Help / Windows 10 / Re: inactive titlebar text on: February 19, 2016, 11:21:26 pm
Thanks 3am
3  Help / Windows 10 / inactive titlebar text on: February 19, 2016, 06:31:26 pm
I am trying to change the inactive titlebar text to white like that active titlebar, I changed the text color to white in all active and inactive in Windows and Caption Buttons > Aero > Dwm Window > Frames > Normal > Top also changed the captiontext and inactivecaptiontext to white in fonts and system metrics.
I did not change any images just the text.

Thank you
Jerry

4  Help / Windows 10 / Re: Change font on tastbar buttons on: February 12, 2016, 01:51:42 pm
Thank you 3am, I was doing it in vmware and it didn't so start up 10 and it worked.

Jerry
5  Help / Windows 10 / Change font on tastbar buttons on: February 10, 2016, 11:02:57 pm
Change font on tastbar buttons, can it be done?

Thanks

Jerry
6  Help / Windows 10 / Re: lines under program on taskbar on: September 30, 2015, 06:09:23 pm
Thanks 3am I will try it when I boot up 10.
7  Help / Windows 10 / lines under program on taskbar on: September 30, 2015, 03:46:45 pm
Is there a way to remove those lines under the programs on the taskbar.



Thank you
Jerry
8  Help / Windows 8 / Windows 8.1 / Re: Inactive Window Caption Text Background Color on: March 22, 2014, 06:44:40 pm
Read this

http://vistastylebuilder.com/forum/index.php?topic=1958.0

Jerry
9  Other / Other / Re: Increase font size in tree view? on: February 28, 2014, 09:58:25 pm
Sorry no I don't.

Jerry
10  Other / Other / Re: Increase font size in tree view? on: February 28, 2014, 08:49:37 pm
Add a font:font properties at Explorer & Shell > Explorer > TreeView > TreeItem

Jerry


11  Help / Windows 7 / Space below caption buttons on: January 23, 2014, 11:20:55 pm
Is it possible to remove that space under the caption buttons where the red arrow is pointing?
Or is it possible to lower the caption buttons to center that space?
Thank you
Jerry
12  Help / Windows 8 / Windows 8.1 / Re: OldNewExplorer on: December 05, 2013, 07:56:50 pm
First you have to edit UIFILES 23 and 24 in either 7 or 8 shell32 ( it doesn't matter which) so they point to images in your msstyles instead of the usual bitmap graphics. You can do this in three ways:

1) Like I showed you where I made them point to the image at Explorer & Shell > Explorer > Control Panel > ControlPanel > LargeCommandArea (or ControlPanel, 12, 0). You can point to a different image at each location. I just did one for a simple example.

2) Or have them point to images you put in empty parts of your msstyles

3) Or edit the ClassMaps.xml in WSB with new parts, states and names in your msstyles where you place images

(for example here's some Grim did: http://virtualcustoms.net/showthread.php/63105-Custom-Class-Maps-for-WSB-1-5-5-6



Once you have the UIFILES edited you have to add a new Resource to your 8.1 shellstyle.dll named SHELL32_UIFILE and put your UIFILES in it so that OldNewExplorer can reference them.

Please bear with me I'm not quite understanding this.
I have edited the shell32.dll in both System32 and SysWOW64 folders (this is in Windows 8.1) using the Mark's UIFILES  files from above, the problem is after I have change them(by going through  Windows 7 and access Windows 8.1 partition and change them) and tried to start it goes into a repair loop and I have to either use system restore or go in from my Windows 7 and access Windows 8.1 partition and change them back and then it will start.
So am I supposed to be editing the shell32.dll in both System32 and SysWOW64 folders? I think I understand how to add the SHELL32_UIFILE to the shellstyle.dll in the theme folder.

Thanks
Jerry

Jerry
13  Help / Windows 8 / Windows 8.1 / Re: OldNewExplorer on: December 05, 2013, 01:12:41 am
Are you not using OldNewExplorer?
I have it installed and using it for removing the ribbon, is there a way to use it for the control panel top and left panel?

Thanks
Jerry
14  Help / Windows 8 / Windows 8.1 / Re: OldNewExplorer on: December 04, 2013, 05:51:54 pm
Thanks Mark will try them out.

Jerry
I tried to try them but I have not been successful in changing the shell32.dll in Windows 8.1(one time changing the .bmp images and now just trying with Mark's files above), I've tried taking ownership and giving permission renaming the old one coping in the new one and when I go to restart it won't start it goes into a repair mode, I've even tried changing the system files using a different partition using Windows 7 and I get the same thing.

Has anybody successfully changed the shell32.dll in Windows 8.1?

Thanks
Jerry
15  Help / Windows 8 / Windows 8.1 / Re: OldNewExplorer on: December 04, 2013, 01:37:19 pm
Thought you may like the UI files from Windows 8.1 instead, they have been converted from Binary to text with a tool I got from Tihiy called duib2xml.exe but I am not allowed to give this to anyone, if you guys want it then you will have to ask him about it yourselves, I think this tool may be too powerful in the wrong hands though so he might say no.
Thanks Mark will try them out.

Jerry
16  Help / Windows 8 / Windows 8.1 / Re: OldNewExplorer on: November 27, 2013, 05:02:24 pm
Thank you 3am
17  Help / Windows 8 / Windows 8.1 / Re: OldNewExplorer on: November 27, 2013, 03:54:25 pm
Just in case anyone who is using this program doesn't know how to change the Control Panel top and side panels using Windows 7 shell32 UI files because you can't use the usual bitmaps. Here's how:

In this case I replaced the bitmaps with the image at Explorer & Shell > Explorer > Control Panel > ControlPanel > LargeCommandArea using the themeable dtb() function.

In UIFILE 23

Go to:

<stylesheets>
<style resid="NavPanelStyle">
<Element background="ARGB(0,0,0,0)"/>
<if id="atom(NavPanel)">
<Element background="themeable(graphic(633,4,0,0,0,0,0,library(shell32.dll)),window)" accessible="true" accName="CPNavPanel" accrole="pane"/>
</if>
<if id="atom(NavPanelWatermark)">
<Element content="themeable(graphic(632,2,255,200rp,542rp,0,0,library(shell32.dll)),'')" width="200rp"/>


And replace with:

<stylesheets>
<style resid="NavPanelStyle">
<Element background="ARGB(0,0,0,0)"/>
<if id="atom(NavPanel)">
<Element background="themeable(dtb(CONTROLPANEL, 12, 0))" accessible="true" accName="CPNavPanel" accrole="pane"/>
</if>
<if id="atom(NavPanelWatermark)">
<Element content="themeable(dtb(CONTROLPANEL, 12, 0))" width="200rp"/>


In UIFILE 24

Go to:

<stylesheets>
<style resid="CategoryPanelStyle">
<Element background="ARGB(0,0,0,0)"/>
<if class="MainContentPanel">
<Element background="themeable(dtb(ControlPanel,2,0), window)"/>
</if>
<if class="HomePageHeader">
<Element background="themeable(graphic(635,4,0,0,0,0,0,library(shell32.dll)),window)" contentalign="middlecenter"/>
</if>
<if class="HomePageWatermark">
<Element content="themeable(graphic(634,2,255,586rp,60rp,0,0,library(shell32.dll)),'')" height="60rp"/>


And replace with:

<stylesheets>
<style resid="CategoryPanelStyle">
<Element background="ARGB(0,0,0,0)"/>
<if class="MainContentPanel">
<Element background="themeable(dtb(ControlPanel,2,0), window)"/>
</if>
<if id="atom(HomePageHeader)">
<Element background="themeable(dtb(CONTROLPANEL, 12, 0))" contentalign="middlecenter"/>
</if>
<if id="atom(HomePageWatermark)">
<Element content="themeable(dtb(CONTROLPANEL, 12, 0))" height="60rp"/>

Are these UIFILE  in the shell32.dll?

Thanks
Jerry
18  Help / Windows 8 / Windows 8.1 / Menu bar hover, frame tool text and background on: November 03, 2013, 04:15:12 am
8.1 Pro

Where can I find the line around the menu bar hover.


And
Where is the text color and background for the Picture tools, App tools,etc.


Thanks
Jerry
19  Help / Windows 8 / Windows 8.1 / Re: Bottom of font window on: November 03, 2013, 03:08:02 am
Got it  Cheesy
Explorer & Shell > Explorer > PreviewPane > Details Background > Horizontal
20  Help / Windows 8 / Windows 8.1 / Bottom of font window on: November 03, 2013, 03:01:35 am
Where is the area highlighted in red at the bottom of font window?

I tried
Explorer & Shell > Explorer > Control Panel > ControlPanel > LargeCommandArea
Explorer & Shell > Explorer > Control Panel > ControlPanel > SmallCommandArea

Thanks
Jerry

21  Help / Windows 7 / Re: Ribbon/Aero wizard on: June 18, 2013, 06:57:16 pm
The test color is at

Fonts & System Metrics > WindowText:Color
22  Help / Windows 7 / Re: Explorer Frames on: May 28, 2013, 12:05:36 pm


The tool window is for programs like gimp that has a toolbox and layers box


Jerry
23  Help / Windows 7 / Re: Explorer Frames on: May 19, 2013, 09:16:40 pm
Where can i find Open files window navigation buttons ? If those are at explorerframe.dll, what files they are ?


explorerframe.dll
Bitmap #s
280 - frame
288 - go, stop, refresh
577 - default
578 - hover
579 - disable
581 - pressed
34560 - go for search
24  Help / Windows 8 / Windows 8.1 / Re: Caption buttons glow on: May 01, 2013, 08:47:35 pm
It's
Left, Right, Top, Bottom

Jerry
25  Help / Windows 7 / Re: Remove text glow on: March 18, 2013, 03:22:18 pm
Thanks a lot Dave  Smiley
26  Help / Windows 7 / Remove text glow on: March 18, 2013, 02:30:23 am
I am trying to help someone with this theme http://vishal-gupta.deviantart.com/art/AeroVG-Se7en-for-Windows-7-143023926
remove the text glow from the jumplist text, I used the difference tool and checked in WSB 1.5 but could not find it.
Can someone help me find it.


Thanks
Jerry
27  Help / Windows 8 / Windows 8.1 / Re: Desktop hoovers on: March 01, 2013, 06:49:04 pm
Thank you 3am  Smiley
28  Help / Windows 8 / Windows 8.1 / Desktop hoovers on: March 01, 2013, 03:54:30 pm
I have tried editing the images at
Explorer & Shell > Explorer > Items View > ListView > ListItem

Explorer & Shell > Explorer > ListView > ListItem

Explorer & Shell > Explorer > TreeView > TreeItem

Hot, Selected, HotSelected

And don't see any change where are they?

Thanks
Jerry
29  Help / Windows 8 / Windows 8.1 / Re: Can this be changed on: February 08, 2013, 07:11:22 pm
Thank you 3am I added them properties and an image and it is perfect.  Smiley


Oh ok, for the green frame you can only use BTNFACE:COLOR (RGB 0,0,0) and BTNTEXT:COLOR (RGB 255,255,255), it will be black like the ribbon.
To apply another color only to the ribbon or that frame you need to mod system files like uiribbon, as Panda said in the previous post Smiley

Thank you ezio4 that worked perfect. Until somebody can show us how to edit the uiribbon.dll I will be using just black.  Smiley



 
30  Help / Windows 8 / Windows 8.1 / Re: Can this be changed on: February 08, 2013, 02:06:10 pm
Thank you for your reply Panda X

Do I need to add a image there? I'm not finding a image there when going to that location see screenshot below.

Thanks
Jerry
31  Help / Windows 8 / Windows 8.1 / Can this be changed on: February 08, 2013, 12:42:36 am
Can these 2 highlighted in red and green?

Thanks
Jerry
32  Tips and Visual Styles / Tips and Tricks / Re: Reduce addressbar place height. on: January 07, 2013, 03:29:40 pm
Thank you ka-la that worked perfectly Cheesy
33  Help / Windows 7 / Re: Move/remove address bar from Windows Explorer on: January 07, 2013, 03:28:32 pm
Thank you 3am at work perfect Cheesy
34  Help / Windows 7 / Move/remove address bar from Windows Explorer on: January 07, 2013, 02:04:15 pm
Is it possible to move the address bar below the menu bar?

Or is it possible to remove the address bar altogether?

Thank you
Jerry
35  Help / Windows 7 / Re: [Solved] What is "ToolWindow" ? on: December 27, 2012, 09:58:01 pm
You're Welcome
36  Help / Windows 7 / Re: What is "ToolWindow" ? on: December 27, 2012, 07:47:51 pm
If you are talking about Windows and Caption Buttons > Aero > Dwm Window > Frames > ToolWindow Bottom,left,right,top then that is for some programs frame like Gimp.

Jerry
37  Other / Other / Re: Update window line on: November 13, 2012, 09:08:47 pm
Thanks a lot 3am
38  Other / Other / Update window line on: November 12, 2012, 10:24:07 pm
Sorry if I ask this already
The line around the update is this in the  wucltux.dll if so where.

Thanks
Jerry
39  Help / Windows Vista / Re: 1.5 on vista msstyles? on: October 26, 2012, 06:16:12 pm
Cool
Thanks Panda
40  Help / Windows Vista / 1.5 on vista msstyles? on: October 26, 2012, 05:41:35 pm
Can 1.5 be used to edit a vista msstyles? I know It can be imported but can it be saved and used on vista?

Thanks
Jerry
Pages: [1] 2 3 ... 6
Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!