CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    4

    Change of Icon in MFC sample app

    Hi,

    I create a simple application using MFC, by starting from the sample application. I changed the Icon Resource IDR_MAINFRAME and IDR_XXXXTYPE, but still the MFC icon appears both in the upper left of my application, and with

  2. #2
    Guest

    Re: Change of Icon in MFC sample app

    What are you changing the code "" or the Icon itself ?


  3. #3
    Join Date
    Aug 1999
    Posts
    1

    Re: Change of Icon in MFC sample app

    The Icon resource of IDI_MAINFRAME has 16x16 pixels and 32x32 pixels parts.
    You have forgotten to change 16x16 one.
    Hope this helps.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured