How do you make it so a tool bar's buttons have icons how do you use the image list and so on?
Printable View
How do you make it so a tool bar's buttons have icons how do you use the image list and so on?
You add images to the Images collection of an ImageList control on a form. Then you set the Toolbar's ImageList property to that ImageList. Next you put the Image Index of the Image in the Imagelist that you what to show in each of the buttons.