File Finder In C#
This is my first stab at C#. It is a simple file finder that illustratessome 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 tosome things that can be donein 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. Feelfree to finish it off
Download TurboSearch.zip












No comments yet... Be the first to leave a reply!