Use Imagelist

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Checked it out Alex but it did not answer my question. If I have stored
icons, how do I display them on a button.
 
From the Help file:

btnShowLogo.Picture = "c:\Windows\Winlogo.bmp"

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 
Back
Top