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

    Multiple icons in an EXE file

    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

  2. #2
    Join Date
    May 2003
    Location
    Germany
    Posts
    936
    add the icons to your project every in a separated file and change the buildproperties of these files to embedded ressource.
    That's it.

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