COP4226, Extra Credit 5

Due Sunday, 12/1 (late 6am 12/2).

Zip your entire project and upload on the web. Exclude the Debug and Release directories.
Submitting Homework Online.

This project will search the local hard drive for text files. The names of text files will be added to a list box. The details of the text files will be displayed in a grid view. Changing the current item will change the item in the other control, too.

A file can be double-clicked in the list view and the file will be opened in a dialog that uses a rich text box to show the contents of the file.

Data Class

Create a data class that represents a file name.

Document Class

Create a document class that contains a generic list of the data class.

Main Class

Define a user interface that has three panels separated by splitters.

Top Panel
Left Panel
Right Panel

Change the cursor for the list box and grid view to an animated cursor. Use a different cursor for each.

Search for all files with specific extension on the current computer.