Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Change Folder Icon

Is there a way to change a folder Icon. This is not for a shortcut, but a folder. I have tried some of the code for I have for creating shortcuts, using the .IconLocation = , but nothing seems to work

Does anybody have any ideas

Thanks

Jim
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 117
Default Change Folder Icon

I find it easiest to live with the standard folder icon and create a
shortcut to the folder with the icon I prefer. However, the solution is to
change the folder attributes to "system" and then create a text file inside
the folder named "desktop.ini". Inside this desktop.ini file, paste text
with the format:

[ExtShellFolderViews]
Default={5984FFE0-28D4-11CF-AE66-08002B2E1262}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262
}

[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=file://Folder.htt

[.ShellClassInfo]
ConfirmFileOp=0
NoSharing=1
IconFile=Folder.ico
IconIndex=0
InfoTip=Some informational text.The IconFile=Folder.ico should have the
correct relative path to the file containing the icon."James Stephens"
wrote in message
...
Is there a way to change a folder Icon. This is not for a shortcut, but a

folder. I have tried some of the code for I have for creating shortcuts,
using the .IconLocation = , but nothing seems to work.

Does anybody have any ideas,

Thanks,

Jim



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change a reference when the sheet change the folder? WonderOlga Excel Worksheet Functions 2 January 3rd 08 09:19 PM
how can i change my default working folder to a networked folder? wizard1154 Excel Discussion (Misc queries) 4 April 18th 07 07:29 PM
Unable to open a file from its icon in folder John Excel Discussion (Misc queries) 4 February 14th 06 02:02 AM
How can I change the appearance of the folder icon Margie Excel Discussion (Misc queries) 4 December 29th 04 02:41 PM
Icon change Peter[_35_] Excel Programming 1 January 10th 04 01:59 AM


All times are GMT +1. The time now is 10:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"