I am trying to add icons to listview control.But its giving Type Mismatch error.pls give the exact solution.

I am using this code
Private Sub Form_Load()
dim lst as listview
set lst=listview1.listitems.add(,,""CD")
end sub

Thanking you
Vikram N.