AllTheTimeWorld.com

csharp pictureviewerA Picture Viewer Application

A Picture Viewer Application

Learn C# (C sharp) in FREE step-by-step lessons.

A Picture Viewer Application

Use Dialog to Select folder or file; Open and Display a Picture; Use Timer to Create Slide Show

We're going to create a program that will let us select a picture and view it.
We're going to add a few more features, to the point where it will let us select a folder and view a slide show of the pictures in that folder.

We're going to build this one step at a time. It is important to make sure that each step works before we go on to the next step.


Text of video

In order to do this you will:

Please study the material at each of the links below.

  1. Picture Viewer Part 1:: Set up the form

  2. Picture Viewer Part 2:: Code and instructions to view a picture

  3. Select a folder: When the user selects a folder all of the picture files
    in the folder will be displayed in a combo box

  4. User selects picture: Display the picture selected in the combo box

  5. Slide Show: Add a timer to create a slice show