hi guys! can anybody please help me on how to create,edit and delete application settings programmatically. Thanks in advance!!!
Printable View
hi guys! can anybody please help me on how to create,edit and delete application settings programmatically. Thanks in advance!!!
Take a look at the Properties.Settings.Default.Properties property. It's a SettingsPropertyCollection and, like pretty much all collections, provides methods for manipulating the items it contains. I haven't played with it but if I needed to do what you do that's where I'd start.
Thanks. but how can i retrieve the Settings Property that i stored becuase i have not seen an object from Properties.Settings.Default.Properties property that can retrieve a single Setting Property. any inputs will be greeatly appreciated..Thanks!!!