SteveInBeloit
Well-known member
- Joined
- May 22, 2006
- Messages
- 132
- Programming Experience
- 10+
HI,
I have a vb.net app running on a hand held device (scanner) running Win CE .NET.
It populates a text file of "transactions". Each row has six columns. I need to have a page that will allow the user to scroll through them and update or delete them. I am having trouble coming up with a way to do that. Do I read them into individual arrays, and move through them that way, then write the arrays back out to the file when they leave that page? I don't think that sounds great, but don't know what else to do.
Any thoughts,
Thanks,
Steve
I have a vb.net app running on a hand held device (scanner) running Win CE .NET.
It populates a text file of "transactions". Each row has six columns. I need to have a page that will allow the user to scroll through them and update or delete them. I am having trouble coming up with a way to do that. Do I read them into individual arrays, and move through them that way, then write the arrays back out to the file when they leave that page? I don't think that sounds great, but don't know what else to do.
Any thoughts,
Thanks,
Steve