I want to know how to insert image into ListView Subitem.

I know how to insert image into ListView first Subitem means.

To insert an image into first item

dim lvitem as ListViewItem
set lvitem=ListView1.Items.add("Sonia",me.ImageList1.Images.count-1)

Can somebody tell me how to insert an image without text into subitem.

I did some research and here is my result
#1 subitem image is no longer supported in listview for vb.net
http://social.msdn.microsoft.com/forums/en-US/winforms/thread/355566d9-5b17-4654-ab78-61394713c05c/
#2 you can use the vb6 listview and use the reporticon
http://www.vbforums.com/showthread.php?t=25032
#3 search google for "vb.net OAKListView"
http://www.codeproject.com/KB/list/OAKListView.aspx?display=PrintAll

hth

commented: Great links +6
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.