By Dillon Agoma
This is my first stab at C#. It is a simple file finder that illustrates
some of C# features.
The code makes use of a number of items:
- Multitreading
- Listview
- Sorting for listview
- Event handling/delegates
- Streams
The sample code is dirty but its a guide as to some things that can be done
in this new language.
I still have quite a bit of stuff left to do in the code. The "to do" items are included in the .txt file as a part of the zip download. Feel free to finish it off :)
Download TurboSearch.zip