views:

11

answers:

1

Where i need to mention the icon 'XX.ico' path in the below metohd. Right now a icon is created on desktop with some image(XY.ico) corresponding to folder icon Now i need to change that image(XY.ico). New image icon has to be place for the same folder icon.

AddFolderIcon (szProgramFolder, szItemName, szCommandLine, szWorkingDir, szIconPath, nIcon, szShortCutKey, REPLACE)

+1  A: 

If I follow the question, the szIconPath argument is where you'll want to point to your icon file.

robertdickau

related questions