Chris-Ramsey
New member
- Joined
- Mar 28, 2008
- Messages
- 4
- Programming Experience
- Beginner
Hi, I am new so if this is the wrong section I am sorry. 
Bascially, we have to create a till application for a Pizza Restaurant, for my Level 3 BTEC National Diploma course, in VB.NET. I am using VB.NET 2005 Express edition (Free) at home and Visual Studio 2005 at college.
I am using a ListBox as the order form. It adds items as you along selecting drinks, food etc. I need to be able to get all this information into a text file to demonstrate how the order could be sent to the kitchen over a network. Only trouble is, I have no idea how to save all the list box items to a .txt file. I have searched the net but cant find much. I want to be able to save each line individually as well.
Another problem with the listbox (while i'm here). is there anyway I can make it multiline. I've got a textbox where the user can enter special orders and add this to the listbox. The only trouble is, all the text gets added as one line. i want to be able to get the text to go to the next line if it reaches the end.
Thanks in advance if anyone can help. Brilliant Forum btw.


Bascially, we have to create a till application for a Pizza Restaurant, for my Level 3 BTEC National Diploma course, in VB.NET. I am using VB.NET 2005 Express edition (Free) at home and Visual Studio 2005 at college.
I am using a ListBox as the order form. It adds items as you along selecting drinks, food etc. I need to be able to get all this information into a text file to demonstrate how the order could be sent to the kitchen over a network. Only trouble is, I have no idea how to save all the list box items to a .txt file. I have searched the net but cant find much. I want to be able to save each line individually as well.
Another problem with the listbox (while i'm here). is there anyway I can make it multiline. I've got a textbox where the user can enter special orders and add this to the listbox. The only trouble is, all the text gets added as one line. i want to be able to get the text to go to the next line if it reaches the end.
Thanks in advance if anyone can help. Brilliant Forum btw.

