C# Windows Forms Programming
Learn C# (C sharp) in FREE step-by-step lessons.
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.
Text of videoPlease study the material at each of the links below.
- 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