-
Hiyas,
I am trying to make a web search program a bit like web ferret, I have got it working for one search enginge so far(altavista), it connects to altavista submits the search text and then, displays the results in a listview control. But I want to display a small icon next to the list view entry, but each time I try it gives me some sort of error about an image list needing to be intialised.
so how do you do that?
thanx
-
Right click on the listview in design mode. Click Properties. Select the image list tab. There will be 2 comboboxes. select the image list you want to use. If there are no image lists in the combo boxes, you need to add an image list containing the icons you want to use to your form.
-
oh yea, I forgot, In the image list properties make sure the 16 X 16 option is selected. you have to select this option before you add images to the image list.