I have 2 list box ..
when I click on the first one , I want to unselect all the selected item in the second..
I try this code:

list1.selected = false

but vb make an error .. ( hhhhhaaaa! )
can anyone help ?