This is my first contribution to this dev section and I hope you'll like it
There is nothing really special in that prog, but it's a bit of everything..
- GUI
- Reading/Writing from/to a file
- Working with Datagrid/Dataset
- Working with an Access DB
So what does the prog ?
It's in fact a GUI which gives you (finally) the opportunity of processing the result file of scanline scan! I tried to make it as generic as possible, so that you are not too bound when using it
The filtering concept is quite simple and is based on a database query, which also allows you to write your own specific filters.
Once you got the result you were looking for, you can select what yuo want to export and save it as a text file.
Screenshot:

I've made this tool in a few hours so there is not much comments, but I tried to make really Object Oriented and enough generic so that it can be re-used for other types of scan result file.
You can of course re-use the code, and make your own version out of it
(The source is a C# Builder project)
