"j" <jwit...@hotmail.com> wrote in message
news:0a4c01c36596$16059430$a301...@phx.gbl...
The icons are correct in the file. Windows only reads an icon once from a file and caches it. If there is no cache when it starts it preloads all standard icons (all you see in shell32) and any icons on the desktop. When it preloads this particular icon it loads icon 21 in it's place.
In programming MS rarely refer to icons by their icon number (the icon number is the order the icons appear in the file with the first called 0, the second 1, etc), they prefer to use the resource number (in the registry you'll see this as a negative number, -35 is the icon's resource number. It just happens to be the same in this case, usually it's not.
So has XP is loading it's cache incorrectly there is not much that can be done.
I've extracted the icon from shell32 for you and attached it.
If you are accessing these groups incorrectly you won't see the icon. Use the correct way to access these grouips
news://msnews.microsoft.com/microsoft.public.windowsxp.customize
"Wesley Vogel" <WVog...@comcast.net> wrote in message news:pvg0b.189267$Ho3.25330@sccrnsc03...
Also there is a mis apprehension here. Folders are NOT created read only, XP doesn't tell you what the read only attributes are for folders therefore the person cannot know if it is set or not.
These 4 files manipulate read only and system (for folders they are interchangable - they both mean Parse the desktop.ini and system may pop up a warning if you try to delete).
One shows attributes for folders in a folder's Infotip/Statusbar and Tile Info (if there is enough room to show for tile info as there is only three lines and if the name is long and takes two lines, the description takes 1 so no room to shpow attributes)
One shows attributes for files in a file's Infotip/Statusbar and Tile Info (if there is enough room to show for tile info as there is only three lines)
You only see attributes if they are set, if a file has no attributes then you see nothing different.
The other two files go into Sendto (Type sendto in start - Run) they report if it is set or not and offer to change it.
"Wesley Vogel" <WVog...@comcast.net> wrote in message news:oOg0b.50402$2x.1...@rwcrnsc52.ops.asp.att.net...
Windows assigns read only automatically if you customise the folder. Apart from this there is no GUI way to see what the read only attributes are for a folder or to change them. The dialog checkbox is showing it's third state which is indeterminate.
"Wesley Vogel" <WVog...@comcast.net> wrote in message news:oOg0b.50402$2x.1...@rwcrnsc52.ops.asp.att.net...
>"j" <jwit...@hotmail.com> wrote in message
>> Changing icons works fine, except for one icon. Whenever
>> I chose the folder with the hammer, etc (tools) on it, it
>> changes to the icon just above it. I am using icons in
>> the folder: %SystemRoot%\system32\SHELL32.dll. No
>> matter what I do, this one icon will not take. Any
>> ideas? Thanks.
I'm confused. For which folder are you trying to change the icon, and
to which icon?
David, I'm not one of the original posters. I have quite a few folders
with custom icons via programs and sources like NirExt and
Foldericons. The folders are a random lot (some installed by Windows,
others created by me), and I see no difference in their attributes
from ordinary yellow folders.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.510 / Virus Database: 307 - Release Date: 8/14/2003
---
news://msnews.microsoft.com/microsoft.public.windowsxp.customize
---
The checkbox you refer to is a tri-state checkbox. Ir has three states, ticked, unticked, and indeterminate. If you use classic theme you'd notice that it is a light grey tick but XP themes it not as stark. It shows indeterminate. However as you can issue a command here to make the files in a folder read only which is why it shows at all, but it shows as indeterminate.
"Wesley Vogel" <WVog...@comcast.net> wrote in message news:qLr0b.199767$o%2.92495@sccrnsc02...
Type in Start - Run
%systemroot%\fonts\desktop.ini
which will display the desktop.ini for the fonts folder
It contains a number that when looked up tells windows to load the font folder viewer program (that add Install New Font and allows fonts to be dragged in to the folder to be installed).
A folder with a custom icon will look like this.
[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=file://folder.htt
[ExtShellFolderViews]
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=-35
InfoTip=An optional description for the folder that displays in a pop up tip and web view when selected
ConfirmFileOp=0
Although this shows a custom Common Tasks, a custom icon (the one we're discussing here), and also a custom infotip.
With the user dialog you can only change the icon or choose non-custom common task panes.
So if you are using the Customise This Folder on a folder it makes the folder read only.
You can prove this with the files I've posted here or by typing
attrib <path to folder>
EG Attrib "C:\Documents and Settings\my folder"
"Maureen Goldman" <inksl...@FOGsunshine.net> wrote in message news:4gd4kvck0mlh9ogag...@4ax.com...
---