If I use a Png file ( original 128 size) and I wish insert a button on ribbonbar the image is not resize as I wish
@ 5,5 ADD BUTTON oBtnselected ;
SIZE 40, 40 ;
BITMAP "bitmaps\png\ombrellone.png" ;
OF oApp():oGrSelected LEFT
instead with BTNBMP with the same file I can resize it to 40x40
why ? How I can resolve the button on ribbonbar?