Hi there everyone!
I think the title of this thread is pretty straightforward and self-explaining. I want to allow an user to change and save simple settings for a Windows form, i.e., change its caption text, the text on a label, or its color. Any ideas on how to do it?
I'm a C# newbie, so any suggestions will be greatly appreciated!
3 replies to this topic
#1
Posted 26 October 2011 - 04:30 AM
|
|
|
#2
Posted 26 October 2011 - 04:38 AM
You can write the settings to file, or to the registry, and load them when you launch the program again.
#3
Posted 30 October 2011 - 08:18 AM
C# has a built in way to work with settings, just use some textBoxs or something to get the information then use this tutorial so save it, and reload it.
Hope that helps ~ Committed.
Hope that helps ~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#4
Posted 31 October 2011 - 03:56 AM
CommittedC0der said:
C# has a built in way to work with settings, just use some textBoxs or something to get the information then use this tutorial so save it, and reload it.
Hope that helps ~ Committed.
Hope that helps ~ Committed.
Have a great day and thanks again!
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









