|
-
May 3rd, 2009, 09:30 AM
#5
Re: load settings.settings in an array and datagrid
In fact I am already using serialization to store my configuration, this was an attempt to to use more standard ways to do the things using the tools built into the environement.
The problem is that I had some experience programming in C and various assembly several years ago, I am talking the time when Borland just made the Turbo C++ compiler.
I am now coding an application in C#, even tho it works I can clearly see that it is more structured programming than OOP, I really really struggle to switch my mind to OOP and more modern techniques but I am trying to change things "the way ppl do it"
For this particular case my answer was provided in another forum (sorry I was not getting luck here)
foreach (System.Configuration.SettingsProperty property in Properties.Settings.Default.Properties)
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
|