Microsoft has changed the method of showing animation in Windows Vista Explorer. Now Windows Vista uses pre-defined set of color codes to show animation background color in progress dialog box instead of a built-in AVI Clip as it used to be in previous Windows versions such as Windows XP.
Today in this tutorial, we are going to share a method to change colors of animation which is displayed in progress dialog box while copying, moving, deleting files or applying attributes to a file.

Requirements:
- Resource Hacker
- Text editor such as Notepad
Instructions:
1. First take ownership of %windir%\System32\Shell32.dll file and then open it in Resource Hacker. Now extract the text file shell32.dll/UIFILE/42.txt.
Note: here %windir% represents "Windows" directory which can be found in the system drive where Windows is installed. In most of the cases its C:\Windows.
2. Now edit the text file in a text editor such as Notepad and press Ctrl+F to open find dialog box. Now search for background="Gradient
3. You'll get following line of code:
background="Gradient(argb(255, 9, 74, 116), argb(255, 32, 121, 140), argb (255, 5, 111, 90), 3)"
Here argb(X,R,G,B) represents:
X --> Transparency
R --> Red
G --> Green
B --> Blue
4. Now you can replace the existing color code with your desired color code such as following one:
background="Gradient(argb(255, 15, 55,107 ), argb (255, 50, 110, 210), argb(255, 50, 160 ,200 ), 3)"
After making changes, save the text file and exit.
5. Now replace the original text file present in shell32.dll file with this new modified text file using Resource Hacker.
6. Now save the file at some other location, for example in D: drive.
7. Rename original "Shell32.dll" file present in "System32" folder to "shell32_backup.dll".
8. Now copy your new modified "shell32.dll" file to "System32" folder.
9. Restart your system and after restart Windows will start using your new modified file and you'll see new animation in progress dialog box.
This tutorial was written by our friend Ramesh Kumar who wanted to share it with us...
This article was posted by VG in following section: Resource Hacker, Windows Vista.
If you enjoyed this article, subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our popular articles and archive to read other interesting articles.
M4573R
Cool, I gonna try this, Thanx!! But I think you mean shell32.dll.mui?
M4573R
NVM, founded
M4573R
I want to make it black, what code must I use?
TriXx
the code is #000000
faly
can i do this on Windows XP ?
now i'm using vista inspirat
VG
No. Its only for Vista.
Laguna
You're the best man!
hack
hey dude where are the animations. cannot find in shell32.dll. i just wants to see the new format to do some tricks.
VG
^^ In Vista the animations are not shown using AVIs. Its just gradient which are stored in the file.
hack
but the moving glass above the gradient colour is no where to be seen.