Description: Question: There are a lot of people raised Forum: Windows-based programs such as Explorer (Explorer.exe), IE and so on can show the beautiful images and a toolbar icon. However, applications developed with MFC can display only 16 colors are generally the toolbar images and list view (such as CListView) images, and can not appear in resources to create 256-color icons and bitmaps. Why is that? Answer: Tool bar and list view the images themselves are stored in the image list. This image list is actually an image list. It is an image composed of many small bar-type bit map images.
To Search:
File list (Check if you may need any files):
如何让工具条显示256色图像\Debug\BuildLog.htm
.........................\.....\Doc.obj
.........................\.....\Doc.sbr
.........................\.....\MainFrm.obj
.........................\.....\MainFrm.sbr
.........................\.....\StatLink.sbr
.........................\.....\StdAfx.obj
.........................\.....\StdAfx.sbr
.........................\.....\TBColor.bsc
.........................\.....\TBColor.exe.embed.manifest
.........................\.....\TBColor.obj
.........................\.....\TBColor.pch
.........................\.....\TBColor.sbr
.........................\.....\vc80.idb
.........................\.....\vc80.pdb
.........................\.....\View.obj
.........................\.....\View.sbr
.........................\Doc.cpp
.........................\Doc.h
.........................\HyprLink.h
.........................\MainFrm.cpp
.........................\MainFrm.h
.........................\makefile
.........................\RES\app.ico
.........................\...\app.rc2
.........................\...\tb.bmp
.........................\...\tb256.bmp
.........................\...\toolbar.bmp
.........................\...\VCKBASE.bmp
.........................\resource.h
.........................\StatLink.cpp
.........................\StatLink.h
.........................\StdAfx.cpp
.........................\StdAfx.h
.........................\TBColor.aps
.........................\TBColor.cpp
.........................\TBColor.dep
.........................\TBColor.dsp
.........................\TBColor.dsw
.........................\TBColor.mak
.........................\TBColor.ncb
.........................\TBColor.opt
.........................\TBColor.plg
.........................\TBColor.rc
.........................\TBColor.sln
.........................\TBColor.suo
.........................\TBColor.vcproj
.........................\TBColor.vcproj.PC-201009272316.Administrator.user
.........................\TBColor.zip
.........................\View.cpp
.........................\View.h
.........................\Debug
.........................\RES
如何让工具条显示256色图像