Saving Progress in an Application
I'm currently working on an app that will act something like a checkbok register/balancing program. I've been experimenting with the saveFileDialog box, and I've figured out how to save info from one object in the form like a picturebox or textbox. I've also searched through all the info about saveFileDialogs on this forum, and I have this question.
How would I go about saving the information input by the user in a simple way?
I only know about saving information from one object, so the only way I could think of doing this (I'm creating a spreadsheet look with arrays of text boxes) is by creating several loops to save the information from the text boxes.
Any help would greatly be appreciated :D