Thread: How to add icons?

  1. #1
    Banned
    Join Date
    May 2004
    Posts
    55

    How to add icons?

    How do I add an icon to my program?
    I'm using Dev-C++

  2. #2
    Registered User
    Join Date
    Jul 2004
    Posts
    11
    Im guessing your talking about windows

    msdn c++ windows icon

    There are alot more out there, might try searching goodle for setting up window classes and there arguments.

    ~Meloshski

  3. #3
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    go to project options its in general then click browse in the icon section
    or you could create a .rc file and put this in it
    Code:
    100 ICON "iconName.ico"
    then add it to your project
    side note: the icon has to be in the same folder for .rc file to work or you could type the whole path
    Woop?

  4. #4
    Banned
    Join Date
    May 2004
    Posts
    55
    Thnx again prog-bman

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [C] Problem with icons in a toolbar
    By pc2-brazil in forum Windows Programming
    Replies: 3
    Last Post: 12-22-2008, 11:04 PM
  2. Getting Icons from the Desktop
    By Mastadex in forum Windows Programming
    Replies: 6
    Last Post: 08-29-2007, 04:33 PM
  3. Help needed Please
    By jereland in forum C Programming
    Replies: 9
    Last Post: 03-18-2004, 05:30 AM
  4. Add and delete functions
    By Ana Val sazi in forum C++ Programming
    Replies: 5
    Last Post: 06-18-2002, 09:59 PM