I wanted to know how to send all the entered user information from the textboxes on my form to one text file.
I was thinking I need to say MessageBox.Show("each textbox), but I don't think that is right.
All of this is is login information plus other user data so when it goes in a text file it will be sort of a database.
Please let me know if anyone can help.
Thank you!