VistaStyleBuilder

Help => Windows 10 => Topic started by: koumy on February 16, 2020, 12:35:37 pm



Title: Close glyph and UI file question
Post by: koumy on February 16, 2020, 12:35:37 pm
Hi all


I have 2 problems :

1) First is How to modify values on 40960 UI file from Explorerframe.dll as it dysplays in binary values not as other like shell32 UI files using resource hacker. I tried several Hex editor without easy readibility ?

(https://i.imgur.com/CLUSMiz.png)

2) I searched a lot to find where is the close cross glyph ? It creates an overlay with captions buttons of some custom themes but ONLY with the clipboard app of windows 10 . Every other windows  doesn't seem to be affected .

(https://i.imgur.com/Xs2vzjF.png)

Thanks !


Title: Re: Close glyph and UI file question
Post by: 3am on February 16, 2020, 02:48:44 pm
1) I use this:

https://www.vistastylebuilder.com/forum/index.php?topic=2157.0

Works great.

2) I don't think it's in the msstyles


Title: Re: Close glyph and UI file question
Post by: koumy on February 17, 2020, 03:55:41 pm
Thanks for link , works nice .


Title: Re: Close glyph and UI file question
Post by: koumy on March 12, 2020, 01:47:43 pm
Hi 3am

I managed to edit some UI files from raw format but when I add modded resource ( as readable duixml as screenshot ) , it doesn't seem to work.

(https://i.imgur.com/tiO7CfG.png)

If I'm right, you don't have to convert back modded content to raw format ?


Title: Re: Close glyph and UI file question
Post by: 3am on March 12, 2020, 09:12:40 pm
I don't understand what you mean.

40960 is just a text file that you can edit like any other after you convert it.

Are you sure your edits are correct?

Did you rename 40960.uib2t.txt back to 40960.txt before adding it back into ExplorerFrame?


Title: Re: Close glyph and UI file question
Post by: koumy on March 13, 2020, 12:31:18 am
Here are steps I followed in order:

- export with restorator 40960 UI to raw file to use with ui2b2t ( as you specified in topic link )

- modified some parts in 40960uib2t.txt

- copy the content to replace the whole ocntent of existing 40960 UI part in explorerframe.dll.mun


Title: Re: Close glyph and UI file question
Post by: 3am on March 13, 2020, 01:12:19 am
Yeah. That should work. But:

Are you sure your edits are correct?

Did you rename 40960.uib2t.txt back to 40960.txt before adding it back into ExplorerFrame?


Title: Re: Close glyph and UI file question
Post by: koumy on March 13, 2020, 12:11:52 pm
Well , if I understand right I have to rename exactly as " 40960.txt " , then replace the original resource ( in hex format ) with the txt file .

Gonna try it

Thanks 3am !