Originally I only had the TNET entry in this resource file. Ever since I added the others it's started using the GRNCHKMK.ICO in Windows Explorer. The dialog icon however stays the same since I implicitly load it from the resource file in the program by name. How do you make sure which icon Windows will use in explorer.
Of course I've delete the original EXE and recompiled with the TNET ICON entry first but it still uses the GRNCHKMK.ICO. At one time this icon was first in the list.
Does it have anything to do with the .RES file. I've even placed that in the executable code area. Should it go in the source code area as well. I keep all my resource files in one directory and then normally just move the .pbr to the source code are. Should I place the .res file there too?
Of course I've delete the original EXE and recompiled with the TNET ICON entry first but it still uses the GRNCHKMK.ICO. At one time this icon was first in the list.
Does it have anything to do with the .RES file. I've even placed that in the executable code area. Should it go in the source code area as well. I keep all my resource files in one directory and then normally just move the .pbr to the source code are. Should I place the .res file there too?
Code:
TNET ICON HWA.ICO PROG_EN ICON GRNCHKMK.ICO PROG_DIS ICON GRYCHKMK.ICO LEFT_MENU ICON GRRARROW.ICO RIGHT_MENU ICON BLRARROW.ICO larrow BITMAP larrow.bmp rarrow BITMAP rarrow.bmp dlarrow BITMAP dlarrow.bmp drarrow BITMAP drarrow.bmp harrow BITMAP harrow.bmp earrow BITMAP earrow.bmp
Comment