PDA

Click to See Complete Forum and Search --> : help with application settings


daimous
Sep 19th, 2006, 03:04 AM
hi guys! can anybody please help me on how to create,edit and delete application settings programmatically. Thanks in advance!!!

jmcilhinney
Sep 19th, 2006, 03:55 AM
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.

daimous
Sep 19th, 2006, 09:11 PM
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!!!