CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: App icon

  1. #1
    Join Date
    May 1999
    Posts
    1

    App icon

    How can I change the icon for the exe file ? I changed the IDR_MAINFRAME icon from resource but only the window's icon changed. From Explorer, I don't have some Change icon option. My project was generated with MFC wizard (VC++ 6.0). I didn't find any settings in Project/Settings for this purpose.
    Thank you.


  2. #2
    Join Date
    Apr 1999
    Location
    Quebec, Canada
    Posts
    39

    Re: App icon

    Hi,

    Check in IDR_MAINFRAME icon because VC++6.0 use 2 bitmap for 2 different sizes, try to redraw the second one or delete it (it works either).

    Nath.


  3. #3
    Join Date
    Apr 1999
    Posts
    90

    Re: App icon

    There are two icons, so you have to change both.
    Within the resource editor, there is a drop down list titled "Device:". Use it to toggle between the two icon sizes.



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