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 download an example from the web, and its work.
<pic2> - my form
<pic3> - the file from the web.
what can I do to fix it and also MY FORM recognize the IMAGES
thank for all advice
s.
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 download an example from the web, and its work.
<pic2> - my form
<pic3> - the file from the web.
what can I do to fix it and also MY FORM recognize the IMAGES
thank for all advice
s.