MFC Toolbar icon not visible in Visual Studio 2015
问题 We have MFC Application and it has Toolbar, Toolbar use bmp 32 colors resource file in Visual Studio 2010. This application runs fine in VS2010. After converting this application in Visual Studio 2015, toolbar icon does not visible. Visual Studio 2015 shows Format properties 32bpp BGR Is anything change in VS2015 bitmap editor or Am I missing some properties settings here ? 回答1: We are able to resolve this problem after creating low resource version of toolbar that MFC will accept. We have