Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2008
    Posts
    46

    Grin help:windows explorer complete refresh

    hi everybody
    i need your help
    i want to make a program with ams7.5 that can change default folder icon(in xp)
    first i try to change the folder icon path in registry:
    Registry.SetValue(HKEY_LOCAL_MACHINE, "software\\microsoft\\windows\\currentversion\\exp lorer\\shell icons", "3", "c:\\newicon.ico,0", REG_SZ);

    this works very good!when i restart my windows!!!
    its a bad way...
    i want to refresh my windows explorer immediately to view changes without restart such as this program: folder marker,folder icon,...
    can u help me?

    (eXcuse me for my bad english...)

  2. #2
    Join Date
    Jul 2007
    Posts
    1,512
    Quote Originally Posted by k1ngk1ng View Post
    hi everybody
    i need your help
    i want to make a program with ams7.5 that can change default folder icon(in xp)
    first i try to change the folder icon path in registry:
    Registry.SetValue(HKEY_LOCAL_MACHINE, "software\\microsoft\\windows\\currentversion\\exp lorer\\shell icons", "3", "c:\\newicon.ico,0", REG_SZ);

    this works very good!when i restart my windows!!!
    its a bad way...
    i want to refresh my windows explorer immediately to view changes without restart such as this program: folder marker,folder icon,...
    can u help me?

    (eXcuse me for my bad english...)
    Folder icons are also contraled by the desktop.ini

    [.ShellClassInfo]
    IconFile=%SystemRoot%\system32\SHELL32.dll
    IconIndex=34

    Something like so, so make a new or update the ini file thats in the folder already to see the file remeber to turn of see hidden folders under folder options

Similar Threads

  1. INFO: JET and MDAC (Complete) Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 08:35 AM
  2. INFO: Launching Internet Explorer in Kiosk Mode
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-10-2002, 10:07 AM
  3. INFO: Launching Internet Explorer in Kiosk Mode
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-10-2002, 10:06 AM
  4. INFO: Launching Internet Explorer in Kiosk Mode
    By Support in forum AutoPlay Menu Studio 3.0
    Replies: 0
    Last Post: 10-10-2002, 10:06 AM
  5. INFO: Launching Internet Explorer in Kiosk Mode
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-10-2002, 10:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts