S sathya.cs Active member Joined May 24, 2009 Messages 31 Programming Experience Beginner Apr 24, 2010 #1 How to add the images or Extracted Icons to a Item in a ListView?
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,186 Location Sydney, Australia Programming Experience 10+ Apr 25, 2010 #2 Add the Images to an ImageList, assign the ImageList to the appropriate property of the ListView, set the ImageIndex or ImageKey of each item. Upvote 0 Downvote
Add the Images to an ImageList, assign the ImageList to the appropriate property of the ListView, set the ImageIndex or ImageKey of each item.
S sathya.cs Active member Joined May 24, 2009 Messages 31 Programming Experience Beginner Apr 25, 2010 #3 Sir can you give me some Glimse of a code or link to an example? Upvote 0 Downvote