Announcement

Collapse
No announcement yet.

ImageList question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ImageList question

    I'm adding icons to my treeview menu.

    Is this code ok or should I use one of the other flags with ILC_MASK

    Code:
              hImageList& = ImageList_Create( 16, 16, %ILC_MASK OR %ILC_COLOR32, 3, 1 )
    Bob Mechler

  • #2
    That should do fine!

    I usually use %ILC_COLOR24, but I don't think there is much difference between 32 bit and 24 for imagelists.
    Chris Boss
    Computer Workshop
    Developer of "EZGUI"
    http://cwsof.com
    http://twitter.com/EZGUIProGuy

    Comment

    Working...
    X