CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2008
    Posts
    161

    [RESOLVED] Program having old icon.

    I recently changed my icon in visual studio 2005. The icon appears to have been changed successfully after building the solution. Until i move the .exe to my desktop, then it changes to the old icon, the only way to fix this is by renaming the program by right clicking it.

    I am using windows vista

    Any idea why it is doing this?

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: Program having old icon.

    It looks like problem with icon cache on the desktop. Maybe this could help: http://www.vistax64.com/tutorials/11...e-rebuild.html
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  3. #3
    Join Date
    Jun 2008
    Posts
    34

    Re: Program having old icon.

    Um.. Is your icon an embedded resource? Otherwise it will need to be in the folder of your executable, by default.

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