First, I need to read from a text file and display the results in a textbox. The text file is two columns, 18 rows, with the first column a certain ingredient and the second the amount of that ingredient remaining. Depending on what is ordered, the amounts in the list box will be updated with a button. I have another button that's supposed to update the text file. Can anyone get me started?
Thanks