|
-
March 26th, 2001, 02:31 PM
#1
Please Help - Populating a grid with a tab delimited file...
I have to write VB functionality to read in a tab-delimited file and write the data to a cross-tabular grid. For example, the following data comes in the file "Name<tab>Class<tab>Grade". The name of each student would be in the left column, the class would be across the top row and the grades would be listed at their intersecting points.
So, I guess this is a 2-part question. (1) How do I read in the file so that it recognizes that it is tab-delimited? (2)Which grid control can I use to load the data in the manner that I suggested?
I am EXTREMELY greatful for any help that anyone can provide!!!
Thanks,
Ron
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|