User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Windows NT / 2000 / XP / 2003 section within the Tech Talk category of DaniWeb, a massive community of 429,781 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,944 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Windows NT / 2000 / XP / 2003 advertiser: Programming Forums
Views: 3403 | Replies: 9
Reply
Join Date: Jun 2004
Posts: 41
Reputation: I_Broke_My_Mhz is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 3
I_Broke_My_Mhz I_Broke_My_Mhz is offline Offline
Light Poster

Changing windows icon on top right

  #1  
Jan 2nd, 2005
How do I change this picture (see attachment)?
Attached Images
File Type: jpg changeme.JPG (3.9 KB, 9 views)
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,972
Reputation: cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice cscgal is just really nice 
Rep Power: 32
Solved Threads: 117
Admin
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Changing windows icon on top right

  #2  
Jan 3rd, 2005
Not sure about the Windows icon but I know you can change the IE icon via a registry hack. I use a program called Tweak-XP to do this. Here's a link to the manual way: http://www.virtualplastic.net/html/logo_thr.html

Sorry, I don't know about for Windows though
Reply With Quote  
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation: Comatose is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 108
Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Moderator

Re: Changing windows icon on top right

  #3  
Jan 3rd, 2005
Hmn, I was able to remove the windows logo from my start button.... I'll keep trying.
Reply With Quote  
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation: Comatose is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 108
Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Moderator

Re: Changing windows icon on top right

  #4  
Jan 3rd, 2005
Alright,
After extreme periods of digging and searching (and even attempts with findwindow and findwindowex api's??) I was able to find how to do it. Right now, it's narrowed down to (because I didn't replace, I removed all the bitmaps that resembled that particular icon). Anyway, there is a program called "reshack", which allows you to open "resource" files (exe's, dll's, etc). I found the picture that appears up there in the file %windir%\system32\shell32.dll. Under The "Bitmap" folder, there are a number of folders. 240, 241, 242, 245, 246, and 247 all contained that particular image (the ugly white backgrounded windows logo). I made a backup first (of course) before modifying shell32.dll, then deleted all of those bitmaps. It was a pain to actually kill the process running that DLL, and replace it with my current version, but I do have it working without the logo in the upper right (it's actually a completely black square right now). Tomorrow, after I get some sleep and after work, I will continue my efforts to pinpoint which of those resources actually belongs to the "my computer" like windows.
Reply With Quote  
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation: Comatose is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 108
Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Moderator

Re: Changing windows icon on top right

  #5  
Jan 4th, 2005
Ok,
In Reshacker, after loading the file, it's under bitmaps, then 240 (once you open 240, click the green thing, and it will load the picture in the right pane). The picture is saved in the dll file, as a long vertical banner. This is actually the frames of the image as it's loaded in the window (in the right corner, it's an animated picture, not a still picture), and the very last image to be displayed (and the one that stays there for the duration of the window being open), is the very top frame. You can export the bitmap (right click on the green light thing), and edit it with paint. Then you can replace the resource with your modified bitmap (again, right click the green light thing). I colored mine all grey, but you can put just about any thing that will fit in the banner in there (But don't modify the height or width of the picture). Then, click File, and Save as... and save the file to someplace you won't forget with the name of shell32.dll and get ready for some difficult task. In XP, Windows seems to replace files when they turn up missing, so, if you can delete the shell32.dll, and replace it with the modified one, then you're good to go. Boot up in safe mode, remove shell32.dll (this required me to build a program that scanned the process list, and terminated the PID for shell32.dll, then removed shell32.dll, and replaced it with my own [with the modified picture]), then replace shall32.dll with your modified one (my program did all 3). Then reboot, and load up in normal mode. Voila.

DON'T FORGET TO BACK UP shell32.dll.
Reply With Quote  
Join Date: Dec 2003
Location: Nashville, TN
Posts: 2,333
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Rep Power: 11
Solved Threads: 102
Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Changing windows icon on top right

  #6  
Jan 5th, 2005
I personally wouldn't feel comfortable recommending someone modify a DLL file in the way you've described. Most people don't know this, but nearly everything in Windows is customizable by some kind of script, WMI control, group policy, or registry setting. Try these links I've found from the Internet Explorer Resource Kit:

http://www.microsoft.com/resources/d.../c20ie6rk.mspx

Apparently, if you have the Resource Kit (Don't ask me where to get that from), you can change all of this stuff through some type of Wizard. They make these things available for ISPs (Comcast is one, for instance), so they can rebrand IE to suit their own brand identity, so you think you're on "their" Internet.
Alex Cavnar, aka alc6379
Reply With Quote  
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation: Comatose is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 108
Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Moderator

Re: Changing windows icon on top right

  #7  
Jan 5th, 2005
Alex,

While I Agree with it being taboo to alter a dynamic link library, however, it seems to me that the resource kit changes the logo for IE (and from what I can tell, IE only). This doesn't solve the problem of changing the animated logo in the "my computer" window (and the others like it). It's quite a difficult task, understandably confusing, and if there is a solution that is more elegant, I, personally would like to use it.
Reply With Quote  
Join Date: Dec 2003
Location: Nashville, TN
Posts: 2,333
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Rep Power: 11
Solved Threads: 102
Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Changing windows icon on top right

  #8  
Jan 6th, 2005
Originally Posted by Comatose
Alex,

While I Agree with it being taboo to alter a dynamic link library, however, it seems to me that the resource kit changes the logo for IE (and from what I can tell, IE only). This doesn't solve the problem of changing the animated logo in the "my computer" window (and the others like it). It's quite a difficult task, understandably confusing, and if there is a solution that is more elegant, I, personally would like to use it.

Actually, if you look through that link I provided, there is a section regarding the animated logo in the corner. It was towards the bottom, if I recall correctly. I know it can't be too difficult, since dozens of ISPs use that space for customization.
Alex Cavnar, aka alc6379
Reply With Quote  
Join Date: Jun 2004
Posts: 41
Reputation: I_Broke_My_Mhz is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 3
I_Broke_My_Mhz I_Broke_My_Mhz is offline Offline
Light Poster

Re: Changing windows icon on top right

  #9  
Jan 6th, 2005
Thanks very much for the in depth look at this Comatose. Aprently MS doesn't want to make this easy, as usual. I will give it a go and see if I can replace it with a more... neutral icon.
Reply With Quote  
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation: Comatose is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 108
Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Moderator

Re: Changing windows icon on top right

  #10  
Jan 6th, 2005
It was my pleasure....
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Windows NT / 2000 / XP / 2003 Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Other Threads in the Windows NT / 2000 / XP / 2003 Forum

All times are GMT -4. The time now is 4:05 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC