N
NevilleT
I might be approaching this the wrong way but thought I could use an
imagelist to populate a number of buttons with icons. I have the imagelist
ActiveX on the form but cannot work out how to put the image from the
imagelist on the button. I have tried searching for an answer but either I
am asking the wrong question, or it cannot be done. I thought something like:
btnTest.Picture = ImageList1.images(3)
might work but no success. Can anyone help?
imagelist to populate a number of buttons with icons. I have the imagelist
ActiveX on the form but cannot work out how to put the image from the
imagelist on the button. I have tried searching for an answer but either I
am asking the wrong question, or it cannot be done. I thought something like:
btnTest.Picture = ImageList1.images(3)
might work but no success. Can anyone help?