Yes, you can create an ImageList of images and assign them as the collection of button images. The images will fill over the buttons starting with the leftmost button. Here's sample code: 'Add custom button images Dim imgs As New ImageList Dim img As Image Dim appPath As String = Application...