Thread: Change the icon on executable

  1. #1
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751

    Change the icon on executable

    When creating an .exe how do you change the icon for that executable? i am using devC++

  2. #2
    Registered User sean345's Avatar
    Join Date
    Mar 2002
    Posts
    346
    Go to the projects menu and choose project options and click on the general tab. Click browse and choose a .ico file as your icon.

    - Sean
    If cities were built like software is built, the first woodpecker to come along would level civilization.
    Black Frog Studios

  3. #3
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949
    Try the windows board - no standard for this in C or C++.
    Do not make direct eye contact with me.

  4. #4
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    Originally posted by sean345
    Go to the projects menu and choose project options and click on the general tab. Click browse and choose a .ico file as your icon.

    - Sean

    Thanks sean, have to say i like your website. its layout is nice. kudos

  5. #5
    Registered User sean345's Avatar
    Join Date
    Mar 2002
    Posts
    346
    Thanks. It took a while to come up with the layout.

    - Sean
    If cities were built like software is built, the first woodpecker to come along would level civilization.
    Black Frog Studios

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 04-10-2009, 12:57 AM
  2. Title and Icon On Window
    By matth in forum C++ Programming
    Replies: 0
    Last Post: 03-21-2005, 03:53 PM
  3. Replies: 2
    Last Post: 10-08-2002, 09:31 AM
  4. icon for the executable
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 06-10-2002, 05:12 PM
  5. Replies: 2
    Last Post: 09-04-2001, 02:12 PM