I have already solved the problem with a timer.
thx for the answer
User Profile
Collapse
-
SlideShow C#
I am making a program for a slideshow in C#
this is the code that causes problems :
...Code:private void btnPlay_Click(object sender, EventArgs e) { for (int a = 0; a < iAmountOfImages; a++) { pbSlideshow.SizeMode = PictureBoxSizeMode.Zoom; pbSlideshow.Image = new Bitmap(sImage[a]); System.Threading.Thread.Sleep(2000);
No activity results to display
Show More
Leave a comment: