|
-
Sep 19th, 2006, 03:04 AM
#1
Thread Starter
Fanatic Member
help with application settings
hi guys! can anybody please help me on how to create,edit and delete application settings programmatically. Thanks in advance!!!
-
Sep 19th, 2006, 03:55 AM
#2
Re: help with application settings
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.
-
Sep 19th, 2006, 09:11 PM
#3
Thread Starter
Fanatic Member
Re: help with application settings
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!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|