Adding images to a checkedListBox

J

Jasmine

If I understood well, I can add not only text but also objects to a
checkedListBox.
So i'd like to add an image as item to my checkedListBox.

I tried this: checkedListBox1.Items.Add(imageList1.Images[0]), but it adds
"System.Drawing.Bitmap" instead of an image.
I'm still pretty inexperienced with c#, so who can help me with this
further.

Jasmine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top