Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi all,

I'm currently working on a program using Visual Studio 2008, C#, windows form application.

I would like to create a box on the form to show a list of images in a particular folder i have in my computer. The idea of this box is to show the images that exist in the particular folder when certain button is clicked.

What type of tools i should use from the toolbox to achieve this?


p/s: newbie in programming

Thanks in advance
Posted

1 solution

If you are looking at displaying small images (like a preview), you could actually use a listview. See here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900