You should be using an ImageList control for your images. Place an ImageList ActiveX control on your panel, right-click on it and select ImageList->Properties. In the dialog box change to the "Images" tab and import your pictures. Then set the Toolbar's
ImageList property to the ImageList that you have. Search MSDN for more information on using the Toolbar and ImageList controls.