Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,

I'm looking for a control that mimics the text import wizard,
so that i can let the users of my program (it's for my work)
import fixed width text files easy. For some reason I can't
find anything at all for C#, strange since it's something
that can be very usefull. I only found a C++/MFC example on
this website. But that's kinda like chinese for me.
I asked this question a while ago too, but got
some answer like: use .Substring() which is a useless answer
because that's not what i want at all. It's the INTERFACE i'm looking for.
Otherwise i'm forced to write the control myself, which is
going to take.. a lot! of time.. thanks in advance

Kind regards,

Adsem
Posted
Updated 12-Jul-11 5:30am
v2
Comments
Sergey Alexandrovich Kryukov 12-Jul-11 11:39am    
Not clear. You need to explain required functionality in detail.
--SA
Ava231279 13-Jul-11 3:40am    
I see, i wrote text import wizard, but i forgot to
mention that it's the wizard from excel. Open your
excel and try to open a txt file, and you see exactly
what i'm searching for/need to make.

1 solution

 
Share this answer
 
Comments
Ava231279 13-Jul-11 3:45am    
i know how to handle fixed-width flat files, i wrote loads of programs for my work handling those files so that's not the problem at all. I want to write (of download) a control that let users import txtfiles into the program like excel/access..
Prerak Patel 13-Jul-11 4:03am    
If you can access fixed-width flat files, what is stopping you to create an excel/access from that?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900