Click to See Complete Forum and Search --> : Multiple icons in an EXE file


danieltaiber
July 21st, 2004, 03:09 AM
Hi eveyrbody,
i have this problem. i use c# in .net.
i want my EXE file to contain many icons and i only i have one application icon to choose in the properties.

when i create a setup project i want to add 3 different file types extensions and i want them to have different icons. but since my exe file cant hold many icons i cant do it.


help please,
daniel

torrud
July 21st, 2004, 04:00 AM
add the icons to your project every in a separated file and change the buildproperties of these files to embedded ressource.
That's it.