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

    [RESOLVED] icons

    I've replaced my mainframe icon with another.

    It looks fine in the About Box at full size.

    But trash in the top left corner - too detailed.

    How can I select another icon for the top left corner and what should its dimensions be?


  2. #2
    Join Date
    May 1999
    Posts
    35

    Re: icons

    Use CWnd::SetIcon(hIcon32,TRUE) for a 32x32 icon and SetIcon(hIcon16,FALSE) to set your 16x16 icon.


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