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:
- Use Dialog to Select folder or file;
- Open and Display a Picture;
- Use Timer to Create Slide Show
Objectives:
- Understand the picture viewer application;
- Use the common dialog controls to select a folder or file;
- Use a timer to create a slide show.
Please study the material at each of the links below.
- Picture Viewer Part 1:: Set up the form
- Picture Viewer Part 2: Code and instructions to view a picture
- Select a folder: When the user selects a folder all of the picture files in the folder will be displayed in a combo box
- User selects picture: Display the picture selected in the combo box
- Slide Show: Add a timer to create a slice show
Glossary for pictureviewer lessonFull Glossary