CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Feb 2007
    Posts
    42

    One question of registry(file asociation,I need update icons without reboot computer)

    Hi,
    I have implemented one method that you can associate one extension file with our application with her icon (I am modifying the registry of windows). If I apply this method and after I execute one file with this extension I can see that our application run, this is correct, but I only can see the icon in the file with the especific extension if I restart the computer. What is the problem? How I can see the icon after to apply my method?
    Thanks.
    Last edited by molistok; March 26th, 2009 at 06:41 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
  •  





Click Here to Expand Forum to Full Width

Featured