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입니다.
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