Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. (High-color) icon management

(High-color) icon management

Scheduled Pinned Locked Moved C / C++ / MFC
graphicsquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Andre xxxxxxx
    wrote on last edited by
    #1

    For standard toolbars the Studio creates a 16-color bitmap and puts all icons into that single bitmap. But what if you use third party controls that supports high-color icons, how do you manage your icons? Currently I have all icons in individual bmp files which I add to my resources and then set the icons manually at runtime, which is pretty painful. I also gave up to put them all into a single bitmap because I had to count the pixels to know where the new icon begins. I would like to have a set of 16-color bitmaps and one with 24-bit, maybe 32-bit with alpha channel. How do you manage your icons? Any tool recommendation?

    G 1 Reply Last reply
    0
    • A Andre xxxxxxx

      For standard toolbars the Studio creates a 16-color bitmap and puts all icons into that single bitmap. But what if you use third party controls that supports high-color icons, how do you manage your icons? Currently I have all icons in individual bmp files which I add to my resources and then set the icons manually at runtime, which is pretty painful. I also gave up to put them all into a single bitmap because I had to count the pixels to know where the new icon begins. I would like to have a set of 16-color bitmaps and one with 24-bit, maybe 32-bit with alpha channel. How do you manage your icons? Any tool recommendation?

      G Offline
      G Offline
      grigsoft
      wrote on last edited by
      #2

      Create bitmap in any tool you like, then import in into VS. I'm using http://www.awicons.com/awicons.html, but any special icon editor will do. When you will need to edit bitmap, just open it in external tool, without doing anything in VS. Igor Green http://www.grigsoft.com/ - files and folders comparison tools

      A 1 Reply Last reply
      0
      • G grigsoft

        Create bitmap in any tool you like, then import in into VS. I'm using http://www.awicons.com/awicons.html, but any special icon editor will do. When you will need to edit bitmap, just open it in external tool, without doing anything in VS. Igor Green http://www.grigsoft.com/ - files and folders comparison tools

        A Offline
        A Offline
        Andre xxxxxxx
        wrote on last edited by
        #3

        Thanks, but I'm not looking for a tool to create/paint the icons but for a tool where I can create a single bitmap out of the individuals and assign a Command ID to each button. I'm looking for a tool like this: http://www.codeproject.com/tools/ToolbarEditor.asp[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups