I don't know how to really ask this but in short I am trying to make a Slide Show....
I want to make a picture slide show that is going to be used as an .exe on an enhanced CD. (FYI this is being done in Visual C++ 2003) My main goal is to have a form with two buttons on it i.e. Next and Back. Upon clicking on each button it will cycle foward or backwards through a list of pictures that are displayed in a picturebox control. The thing that is throwing me for a curve is the whole concept of a list of pictures. I have never done anything like that and I am not sure if I am even correct in thinking that this is how this should be done. Can anyone offer up some advice as far as if this is how I should attempt to do this, or better yet lead me to an example.
Thanks,
Chad