Hi, I have a little project to do relating picture boxes in visual c++. I have googled for very long and cant find a solution.
I have a picture box with 3 buttons, previous, play pause and next.
It involves a timer control which will run and enable the slideshow. I have to also be able to use the next and previous buttons for switching between the pictures.
The pictures have to be loaded from a folder that I specify, I saw somewhere that you can add the pictures to an array, thats not what i want, I need the program to select the pictures from the folder I specify one by one each time I choose the next button or the timer increments.