Images next to the checkbox in CheckedListBox
Posted
by comii
on Stack Overflow
See other posts from Stack Overflow
or by comii
Published on 2010-04-15T08:43:50Z
Indexed on
2010/04/15
8:53 UTC
Read the original article
Hit count: 526
Hi! I have CheckedListBox, now i want to put image from the ImageList next to the every checkbox.
I try to do that with this:
CheckedListBox1.Items.Add(ImageList1.Images(0))
But with this I get only checkbox with text System.Drawing.Bitmap!
What I am doing wrong, I and how i can put image next to the checkbox?
Thanks!
© Stack Overflow or respective owner