{
StreamWriter writer2 = new StreamWriter(@"C:\Users\Alex\Documents\Visual Studio 2010\Projects\MealDeliverySystem\orders.txt");
writer2.Write(richTextBox1.Text);
writer2.Close()
}

this is what my form looks like, notice how each bit of text goes on a separate line? thats how I want it to look inside my .txt file.
Any help is much appreciated, Thanks.


Sign In
Create Account

Back to top









