hi guys

i new in vb.net

i want to ask about checkboxlist, can i add an image to it ?

if yes who can i do it ?

if no why??

thanks in advance

best wishs

start OF FU

Recommended Answers

All 4 Replies

I have never heard of "checkboxlist". But i know of checkbox, listbox and listview. In other words, what exactly are u talking about?

nice to find some one reply on my thread.

acctuly i wrote in wrong way it is checklistbox..

by the way i got the solution for this ..

i use


mylist1 as list(of checkbox)= new list(of checkbox)
myChB as checkbox = new checkboc

myChB.text="whatever"
myChB.image=image.fromfile("c:\image.jpg")
mylist1.insert(index,myChB)
flowlyoutpanale1.item.add(mylist1.item(index))
index=index+1

any one know how to make a date pattern in zodics sign app...??if anyone know snd me a code ...??

Startof: mark this thread as solved. Moin_tariq start your thread elsewhere.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.