Thread: Saving/Loading
View Single Post
Old 07-02-2006, 08:39 PM   #4 (permalink)
TheOutkastDev
Forum Expert
 
TheOutkastDev's Avatar
 
Join Date: Sep 2002
Location: Houston, Texas
Age: 22
Posts: 3,933
Default

Well there's several ways you could do this.

The easiest:

If you have C# Express 2005, you can use the built it settings designer to create application settings. From there, you can bind the values of specific settings to the various fields in the forms and vice versa.

The not easiest:

Use your own file i/o and hook the form's load and close events. When these events are invoked, you can read/write the file as necessary.
TheOutkastDev is offline   Reply With Quote