Thread: Create and Implement Icons :: MFC

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348

    Create and Implement Icons :: MFC

    Hi.

    I would like to create a unique icon for an Windows program via MFC. I have a few common questions.

    First, what size(s) do the image file(s) have to be? How many images files are required? I remember reading a few weeks back that a program requires two images files for its icon.

    Secondly, what format do you have to save the image file in order to import it directly to MFC's Resource Editor?

    Thanks,
    Kuphryn

  2. #2
    Seeking motivation... endo's Avatar
    Join Date
    May 2002
    Posts
    537
    I've only ever created icons using the resource editor (which opens MS paint I think). I believe you only need a single bitmap, but it sounds like your after something different.
    Couldn't think of anything interesting, cool or funny - sorry.

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Okay. Thanks.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Create instance on class programatically
    By deviousdexter in forum C# Programming
    Replies: 6
    Last Post: 12-10-2008, 06:02 PM
  2. Windows Forms and/or MFC [But definately not win32!] questions
    By Robert_Sitter in forum Windows Programming
    Replies: 2
    Last Post: 12-03-2005, 09:28 PM
  3. DLL Fundamentals :: MFC
    By kuphryn in forum Windows Programming
    Replies: 20
    Last Post: 08-15-2002, 02:08 PM
  4. Property Sheets :: MFC
    By kuphryn in forum Windows Programming
    Replies: 0
    Last Post: 05-09-2002, 03:04 PM
  5. Tab controls - MFC (revived)
    By Robert602 in forum Windows Programming
    Replies: 1
    Last Post: 01-22-2002, 12:32 PM