titancompu
New member
- Joined
- Apr 25, 2008
- Messages
- 1
- Programming Experience
- 1-3
I'm working on a class assignment in object orientated programming in VB.net. I've come across a set of instructions that I'm not sure how to code. I'm supposed to create a textfile with a list of 12 prices in it, then use a Streamreader to load a six row and two column array with the prices from the file. I have to do the loading on the formload of the main form. Conceptually, I know that I have to use the streamreader to load the file and that it has to be dimmed, and a loop would be involved in the loading, but I'm lost as to how to actually code it. Any help would be GREATLY appreciated.