Zebra0.com

csharp pictureviewerA Picture Viewer Application

A Picture Viewer Application

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

Module 14: A Picture Viewer Application

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.


Goals:

Objectives:

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
GlossaryGlossary for pictureviewer lesson
Full Glossary