Hello there!
I have a visual c++ windows form application (empty) made on visual studio 2008
I would like to add a button so users can browse a folder.
after they select the folder I would like to "scan" that folder and list all the images (JPG, PNG and GIF) in my windows form application.
can anyone provide me with the steps required ?
Thank you