Images next to the checkbox in CheckedListBox
- by comii
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!