I did indeed. Unfortunately it doesn't do infotips. I tried that way first. Someone had a shell extension that is identical to ME/2000's Customise this folder but they no longer have a domain. I can't remember what it's called.
Do you want to mail me CPR or look at this thread or both.
Re: Does anyone know how to PERMANENTLY get rid of this trojan
in
microsoft.public.windowsxp.general
at this time (first post in thread) Sat, 13 Dec 2003 08:06:27 -0800 or 12:06am GMT (it's the 14th here)
--
----------------------------------------------------------
http://www.g2mil.com/Dec2003.htm
David, Received my mail?
--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-------------------------------------------
Computer viruses: description, prevention, and recovery:
http://support.microsoft.com/?kbid=129972
-------------------------------------------
Office files use a file format that is part of OLE. This makes an office Doc like a hard drive with files and folders in the actual file. NTFS file system also offeres this feature for all files.
While folders are files they are treated separately (because they act differently). It may be possible to add a stream to a folder but you'll need to write the program for doing so.
But explorer can use a comment on a folder. This is done in a third way (and in Win ME and Win 2000 a 4th way as well - XP supports the 4th way in terms of programs that expect it can access it but doesn't show it).
This is done by creating a desktop.ini in a folder that is marked read only. Customise a folder's icon - this creates a desktop.ini and marks the folder read only (read only is meaningless on a folder which is why it's used to tell explorer.exe that the folder has a desktop.ini in it). Then edit the hidden text file desktop.ini, remove the line setting the icon and add a line like this
[.ShellClassInfo]
InfoTip=An optional description for the folder that displays in a pop up tip and web view when selected
But only Win 95 with IE4, Win 98, Win ME, NT4 with IE4 and Win 2000 will see it.