Guest User

Untitled

a guest
May 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if (i < imageList1.Images.Count)
  2. {
  3. pictureBox1.Image = imageList1.Images[i];
  4. i++;
  5. }
  6. else
  7. {
  8. i = 0;
  9. }
Add Comment
Please, Sign In to add comment