Hello,
I have loaded a collection of images into a folder(icons), and I am wondering how I can load all of these into a listview during the startup of the program. I am trying to get them to load into the view, showing the picture with a caption or description under the image.
After this, I plan(somehow) to select one and click within a picturebox to add the icon within the box at the mouse cursor.
I am relatively new to doing these types of things within C#.