Thread: How do u make a icon for your program

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    10

    How do u make a icon for your program

    i was just wonderin how can i make (or copy) an icon for my programs

  2. #2
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    Make or get your icon, then add it into your resource script. Now you can load it into you windows class for your window to use that icon. If you mean the executable, in Dev-C++ when I just add the icon into the resource script and compile it makes that icon my exe's icon.
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  3. #3
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    can u give me the code to do that in Dev C++ for an exe

    and is there any way to copy another icon

    or how do I make an original icon (Paint or another graphics program?)
    Last edited by kelso135; 11-01-2005 at 05:20 PM.

  4. #4
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    You can download a free trial of a program called IconForge here. Actually here is a very nice tutorial on icons and menus here.
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  5. #5
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    icon forge is great
    but.....

    im very new to programming

    so can u maybe post the icon code with "hello world" so that i can better understand

  6. #6
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    Since I can't post zip files or Dev projects and resource scripts, PM me your email and I will email it to you, ok?
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  7. #7
    Registered User
    Join Date
    Dec 2003
    Posts
    50
    Hi,

    For those who might be interested, there is a MSDN article, "Creating Windows XP Icons".

    This article discusses how to design and create colorful and dynamic icons for Windows XP using a vector program, such as FreeHand or Illustrator, and Photoshop. (19 printed pages)
    The URL is:
    http://msdn.microsoft.com/library/de...winxpicons.asp

    Best Regards,
    Yeoh
    --

  8. #8
    ---
    Join Date
    May 2004
    Posts
    1,379
    If you are at the 'Hello World' stage then why are so so worried about what your icon looks like?

  9. #9
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    Yes, I agree.
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  10. #10
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    well i thought i might add a personal touch to some of my programs

  11. #11
    Cat Lover
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    109
    Everyone likes making funky icons for their programs

  12. #12
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    Yeah, but I can't send you an example project that uses an icon without an email address.
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  13. #13
    Registered User
    Join Date
    Aug 2005
    Posts
    10
    k my email is [email protected]

  14. #14
    C++ Enthusiast jmd15's Avatar
    Join Date
    Mar 2005
    Location
    MI
    Posts
    532
    Sent.
    Trinity: "Neo... nobody has ever done this before."
    Neo: "That's why it's going to work."
    c9915ec6c1f3b876ddf38514adbb94f0

  15. #15
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Axialis Icon Workshop is great for making icons.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  2. Need help with this program I'm trying to make
    By Sshakey6791 in forum C++ Programming
    Replies: 14
    Last Post: 12-01-2008, 04:03 PM
  3. Replies: 9
    Last Post: 06-17-2008, 11:38 AM
  4. want to make this small program...
    By psycho88 in forum C++ Programming
    Replies: 8
    Last Post: 11-30-2005, 02:05 AM
  5. How To Make The Program Installed In Program Files Folder?
    By javacvb in forum Windows Programming
    Replies: 4
    Last Post: 11-05-2003, 05:33 PM