I have 4 textboxes and I have to write what's contained in there to a textfile I'll randomly generate. How will I write textbox data to the text file? and exactly where in the code? If i do it in :
private void textBox1_TextChanged(object sender, EventArgs e)
and have it all in the boxes textchanged parts, I can only get one textbox written.
Also how will I generate a txt file, that I'll randomly name with a 5 lettered name?