Lab Assignment #11 - WPF Clients

Revised: 4/13/2011
Lab #01 Lab #02 Lab #03 Lab #04 Lab #05 Lab #06
Lab #07 Lab #08 Lab #09 Lab #10 Lab #11 Lab #12

w3schools aspAlliance HTML Reference Lecture #11

image file not found


" Not everything that can be counted counts, and not everything that counts can be counted. "
- Albert Einstein (1879-1955)


Requirements:

  1. Build a WPF client that navigates to, and displays files in a directory. You will find the FolderBrowserDialog useful for this assignment.

    An example is given in WPF_DispatcherDemo.

  2. Add a tabbed display, showing the navigation display in the first tab. The second tab should allow the user to see the contents of a file clicked on in the first tab. That is, you display should automatically open the second tab when you select a file in the first.

    You'll find a demo using the tab control in WPF_Controls.

Next week we will add file upload and download to this application.

Final Project #1, Final Project #2, Final Project #3