i want to traverse a checkedlistbox using for each loop
for example :- if i want to see that a particular item name exist in checkedlistbox or not. so i think that i need to use for each loop but really don't know how to traverse checkedlistbox using for each loop.
for each "here i dont know what to use" in checkedlistbox1
if <condition is true> then
messagebox("Item found")
End if
next