Thread: Change the icon.

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    13

    Change the icon.

    I had some tips but i still can make it.
    How can i change the if of the generated exe by the compiler.
    I am using visual c++ 6.0 entrepise edition
    I know how to make i icon but i do not know how to link it to the exe.
    Someone said the first icon links automaticly but with my compiler do not

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Add the icon as a resource in your RC file. The first icon in your .RC file will be the one that is linked to your .exe file.

  3. #3
    Registered User
    Join Date
    Sep 2004
    Posts
    13

    Angry

    I make the new icon with new.
    I compile the project.
    The exe's icon do not change still blue and black.
    And the compiler create a file .ico with the icon.
    What is missing ?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Title and Icon On Window
    By matth in forum C++ Programming
    Replies: 0
    Last Post: 03-21-2005, 03:53 PM
  2. Icon Import/Editor :: MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 10-11-2002, 07:11 PM
  3. Replies: 2
    Last Post: 10-08-2002, 09:31 AM
  4. Icon colour formats and TreeViews
    By SMurf in forum Windows Programming
    Replies: 1
    Last Post: 06-03-2002, 04:51 AM
  5. Replies: 2
    Last Post: 09-04-2001, 02:12 PM