Search Forum
(57415 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


              
Printable Version

File Finder In C#
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