I'm adding icons to my treeview menu.
Is this code ok or should I use one of the other flags with ILC_MASK
Bob Mechler
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 )
Comment