I know there has been much done with the BtnBmp class .. I have just recently noticed several of my Bitmap icons on smaller dimension buttons have been resized to a tiny resolution.
The Arrow bitmap is 48x48 and the Cancel bitmap is 16x16. The Arrow ( larger resolution ) is the bitmap being resized to appear much smaller than it used to be.
I am sorry .. I just noticed this behavior and can not pin-point when the appearance changed.
Old Buttons

New Buttons

Here is the code
REDEFINE BTNBMP oB1 ID 140 of oCust  ;   // Cancel
      RESOURCE "CANCEL";
      PROMPT "   Cancel" LEFT 2007;
REDEFINE BTNBMP oB2 ID 132 of oCust  ;   // Save and Next
      RESOURCE "NEXT" ;
      PROMPT "  Next" LEFT 2007;Thanks
Rick Lipkin

