ICO of the executable file - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10) +---- Thread: ICO of the executable file (/showthread.php?tid=2973) Pages:
1
2
|
RE: ICO of the executable file - RhoSigma - 08-29-2024 (08-29-2024, 09:35 AM)krovit Wrote: ... the icon displayed in the executable file window is the right one; however, the icon of the executable file is even "old" and belonged to a project I haven't worked on for many months ... So if I get that correctly, only the icon shown in the file list of the Windows Explorer is wrong? But program window and Taskbar icons are correct? Then I'd suspect it's a problem within Explorer's icon cache. That's a know issue since many many years, I noticed it first on Win7, but already had it on Win10 too. Switch Explorer to view hidden files, then navigate into folder %localappdata% (you can paste that into the Explorer address line) and there delete the file "IconCache.db", after that close everything and restart your system. |