i'm using C# vs2005
when building winforms, i can store any setting configuration in the Properties.Settings.
My question is : can i change the configuration programmatically ?
because i got some error say that the Properties.Settings is read only.