User Profile

Collapse

Profile Sidebar

Collapse
zwartfrak
zwartfrak
Last Activity: May 22 '09, 06:52 AM
Joined: May 21 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • zwartfrak
    replied to SlideShow C#
    I have already solved the problem with a timer.

    thx for the answer
    See more | Go to post

    Leave a comment:


  • zwartfrak
    started a topic SlideShow C#

    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);
    ...
    See more | Go to post
    Last edited by PRR; May 22 '09, 04:52 AM. Reason: Please post code in [code] [/code] tags.
No activity results to display
Show More
Working...