help with toolbar with 256 color icons?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm trying to create a toolbar with 256 color icons. I tried creating an ImageList and loading the images with LoadImage, but everything I tried either show the icon's transparant parts as black or white, or it changes the colors to what I'm guessing is Window's defualt 256 color palette. So, how do you go about creating a toolbar that show icons with transparency and with it's own palette? - thanks.