vb.net array for slideshow button
Posted
by StealthRT
on Stack Overflow
See other posts from Stack Overflow
or by StealthRT
Published on 2010-05-23T21:23:13Z
Indexed on
2010/05/23
21:31 UTC
Read the original article
Hit count: 312
vb.net
|visual-studio-2008
Hey all, i am in the middle of trying to figure out how to go about doing this...
I have a form that i call like so:
call frmSlideShow.showWhat(1,4,8,9,11,22)
Each of the numbers represents a different image slide (slide1.png, slide4.png, etc..). The problem i am having is trying to create a "previous" and "next" button to flip through them all. Trying to figure out what number the user is on and going from there and seeing what numbers are still left from the list above that was sent, etc.
If anyone has an idea how i would go about doing that then that would be awesome! :)
David
© Stack Overflow or respective owner