Hi,
for a Windows application I need to read in fixed block files which need to be splitted in fields. I would like to this like in excel or openoffice where I have a preview of the file and can graphically define where the line should be splitted.
Does anyone know some control for .net which supports this, or any sample code where this is demonstrated? Or even some hints how to do it?
Thanks, Michael!
I've found a MFC-Control on CodeProject. Column Separator Control I will try to rewrite it to C#.