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



LinkBack URL
About LinkBacks



). Or did you have broader platform support in mind? 
). My function is 15 lines, although it was a lot longer before I read through MSDN and found OleLoadPicturePath! 
I really appreciate all the help you have given me.