12-20-2005 03:27 AM
12-21-2005 03:43 AM
For every Toolbar Button Item you can select a picture. As file format you can use PCX,BMP,DIB,RLE,ICO,JPG,PNG,WMF and EMF.
The default size is 16x16 pixel, but you can adjust the size with the function Toolbar_SetAttribute and the Attribute TOOLBAR_ATTR_BUTTON_IMAGE_SIZE.
Adding a Bitmap that is not a Button is not possible. You could add a picture-control to the top left corner, and shift the toolbar to the left accordingly, to "simulate" your requirement