View Single Post
Old June 7th, 2009   #1 (permalink)
S.T.A.R.S.
 
S.T.A.R.S.'s Avatar
 
Join Date: Jan 2006
Location: Planet Earth...
Posts: 593
Exclamation YOUR way of saving changes in the C# application...

Hey guys.Well for the past 3 years I was always interested WHAT KIND OF THE WAY the C# programmers use to save the changes in the application.Whether is that the check state of the check box control or radio button control or whatever......and then how to execute the function in the application when the state of the check box,(or any other control),is checked or unchecked.You know those popular buttons in Windows like OK,CANCEL and APPLY?Well my question is what way do you use for that APPLY button.So for example:

-You have the C# application with the check box and button whos text is
APPLY THE CHANGE
-You want to make that when the user clicks the APPLY button,the that
change in the check box is saved.Wether is the check box checked or
unchecked
-Also you want to make that after the user quits the application and then
turn it on again,the that change is automatically loaded in the C#
application and automatically shows that change--->CHECKED or
UNCHECKED check box control

So my question is...what kind of the way do YOU use to do something like
this???

Honestly I hate doing something like this using the XML,SQL or any other way that saves the changes in the Windows registry...
I made my own way which seems to work prefectly

But anyway...I would like to know YOUR way of doing something like this in C#.Wether is the version 2002,2003,2005 or 2008...
__________________
GOODBYE FOREVER EVERYONE...
S.T.A.R.S. is offline   Reply With Quote

Advertisement [Remove Advertisement]