I am trying to insert icons into the subitems of a listview. I have found plenty of code for vb6 but nothing for vb .net. I have tried using the conversion wizard to convert the project over but it does not work as required. Anyone have any ideas?
Printable View
I am trying to insert icons into the subitems of a listview. I have found plenty of code for vb6 but nothing for vb .net. I have tried using the conversion wizard to convert the project over but it does not work as required. Anyone have any ideas?
you can't insert icons to subitems in a vb.net listview like you could in vb6, the only way is to draw them yourself or find a custom listview control.
Any ideas on how to draw them in yourself?