MFC-Ribbon-Gallery button-icons size should be over than or equal to16px

As I found one small tip for Ribbon of MFC.

I am working on making list of bmp images (1024*12) into 4 rows of menu on gallery button.

But somehow it crashed whenever I chose that bmp images into icons on property window.

So, I tried many cases like resizing its width to exact pixels (4*256) and like increase height of bmp image to over 16.

The conclusion would be it cares the minimum size of icons.

It should be over than or equal to 16.

I hope this post help you to save your time!

-----

MFC에서 리본메뉴중 Gallery button의 icon크기는 최소 16입니다.


Comments

Popular posts from this blog

[VS2010][VS2015] "stdafx.h 을 포함 소스를 찾을 수 없습니다" 에러 해결법