From: Jasmine on 4 Apr 2010 09:01 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
|
Pages: 1 Prev: Add image from resources to richtextbox Next: Create an owner drawn ListBox |