Results 1 to 3 of 3

Thread: help with application settings

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    help with application settings

    hi guys! can anybody please help me on how to create,edit and delete application settings programmatically. Thanks in advance!!!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    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
  •  



Click Here to Expand Forum to Full Width