hello,
I try to insert images to a listview.
and alltime same error:
imagelist must be initialized before it can be used
if I write:
ListView0.ListItems.Add , , "abc"
it good and the value insert
but if I change to
ListView0.ListItems.Add , , "abc", "img1"
I got the error,
<pic1>
I tryed...