How can i make an toolbar icon 48x48 256 colour
-
Hi all can someone help me? I want to make a toolbar with nice icon (48x48 256 colours) but when i copy my icon, the visual c++ make my icon 16 coluors. Is possible to have icon with 256 coluors? Thanks in advance
-
vasmvr wrote:
when i copy my icon, the visual c++ make my icon 16 coluors.
You are probably placing an icon of 256 colors in to 16 color icon. If so you have to add a new icon of 256 colors. It is available in menu, Image > New Device Image.
- NS -
-
ok... can you just show me the caption of the MSDEV? eg..MyDlgTestApp - Microsoft Visual C++ - [MyDlgTestApp.rc - IDR_MAINFRAME (Icon)]
- NS -
-
I undestand what you mean, but in this way i only import an Icon under Icon folder. I want this icon to the toolbar but if i copy to the toolbar it will change in 16 colours. or i do something wrong?
vasmvr wrote:
want this icon to the toolbar but if i copy to the toolbar it will change in 16 colours.
I am not sure about how to directly use it... But you can show higher color resolution icons in the toolbar by using an imagelist. Sorry, I dont have a code sample to show you.
- NS -
-
vasmvr wrote:
want this icon to the toolbar but if i copy to the toolbar it will change in 16 colours.
I am not sure about how to directly use it... But you can show higher color resolution icons in the toolbar by using an imagelist. Sorry, I dont have a code sample to show you.
- NS -