CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2000
    Location
    Netherlands
    Posts
    71

    Using 256 color icons for Form Caption

    Hi,

    When changing the default icon that was loaded on startup of the application the colors of a 256 color icon is correct. When the icon is changed from within the application, colordepth is set back to 16 colors.

    The icons used only contain a 256 color bitmap image, no 16 or true color bitmaps are included.

    How can I change the icon preserving all the color used?


    Thanks,

    Jeroen.



  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: Using 256 color icons for Form Caption

    What code do you use to load the icon within the program?


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