i have a listbox and i want to get the amount of items that are checked.

i tried :

vb Code:
  1. Dim i As Integer
  2. listID.Selected = i
  3. MsgBox (i)

no luck.