The TB_SETBUTTONSIZE sets the size of the buttons to be added to a toolbar.
TB_SETBUTTONSIZE wParam = 0; lParam = (LPARAM) MAKELONG(dxButton, dyButton)
Returns TRUE if successful or FALSE otherwise.
The size can be set only before adding any buttons to the toolbar. If an application does not explicitly set the button size, the size defaults to 24 by 22 pixels.