Vista Style Builder

   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Guys i'm lost, please help  (Read 11189 times)
anne_bee
Beginner
*
Posts: 4


View Profile
« on: March 20, 2009, 01:01:51 pm »

Wanted to delete the help icon showing in the blue bar cos it is useless to me. Thought it was the easiest thing in the world but every time i try to erase the image in shell32.dll i get the ugly black square as in the picture. Any idea ?
Using reshacker the icon is located in shell32.dll > icon group > 24.
Thanks in advance.


Logged
K-Johnson
Beta Tester
Dedicated Themer
*
Posts: 275



View Profile WWW
« Reply #1 on: March 20, 2009, 06:49:55 pm »

Yes, what you will need to do is look at your UIFile > 1 in shellstyle.dll.

Search for
Code:
<if id="atom(HelpButton)">
and you should come across two results.
Then simply change the name of the parameter.  I added an extra 'e' and now it looks like this:
Code:
<if id="atom(HeelpButton)">
.
This change throws off the reference and apparently doesn't break the shellstyle in the process.  It just ignores it.

The help button in the folderband should not appear at all now and the area won't be an invisible, clickable button.
It'll appear as if it had never existed.

Hope this helps  Smiley
Logged
Panda X
Administrator
Dedicated Helper
*****
Posts: 1645



View Profile
« Reply #2 on: March 20, 2009, 10:59:10 pm »

Yes, what you will need to do is look at your UIFile > 1 in shellstyle.dll.

Search for
Code:
<if id="atom(HelpButton)">
and you should come across two results.
Then simply change the name of the parameter.  I added an extra 'e' and now it looks like this:
Code:
<if id="atom(HeelpButton)">
.
This change throws off the reference and apparently doesn't break the shellstyle in the process.  It just ignores it.

The help button in the folderband should not appear at all now and the area won't be an invisible, clickable button.
It'll appear as if it had never existed.

Hope this helps  Smiley
It would be better to comment it.
Logged
K-Johnson
Beta Tester
Dedicated Themer
*
Posts: 275



View Profile WWW
« Reply #3 on: March 20, 2009, 11:30:02 pm »

I tried commenting the <if id="atom(HelpButton)"> ... </if> block out, but it broke the shellstyle.dll.
What all do you have to comment out?

I thought this might be the easier, albeit not "good practice", way of removing the help button.
Logged
Panda X
Administrator
Dedicated Helper
*****
Posts: 1645



View Profile
« Reply #4 on: March 20, 2009, 11:42:08 pm »

I tried commenting the <if id="atom(HelpButton)"> ... </if> block out, but it broke the shellstyle.dll.
What all do you have to comment out?

I thought this might be the easier, albeit not "good practice", way of removing the help button.

<!--<if id="atom(HelpButton)"> ... </if>-->

Don't know why it wouldn't work but ok.
Logged
K-Johnson
Beta Tester
Dedicated Themer
*
Posts: 275



View Profile WWW
« Reply #5 on: March 20, 2009, 11:56:27 pm »

Ah, it does.  I ended the comment one </if> early.

Here is the code:

Code: XML

« Last Edit: March 22, 2009, 02:46:49 am by Panda X » Logged
anne_bee
Beginner
*
Posts: 4


View Profile
« Reply #6 on: March 21, 2009, 03:00:34 am »

Thank you guys, both methods worked fine. I am a bit more acknowledged about hacks now.
I have one more little thing to ask to get closer to perfection. How can i get rid of the 1px horizontal separating line shown in the picture, the one that separates the blue bar from the main white section ?

Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!