Hi,
In a WPF Application you can set and retrieve data objects etc from the application settings resource.
I have two questions regarding this.
1)
- Can this setting configuration invoke different displays when the
application is run........ for example one configuration in the
settings wants four properties on an object to be shown, and another
that wants two......can this file invoke such a change?
2) - Does anyone know how this is done in a C# project not in a WPF project.
Thanks in advance.
Person.
Loading
personPosted Nov 11, 2009, 4:15 AM
I dont need to retrieve an object, it is already there, I simply need to alter its properties just.
Say that I have an employee, with a grade/type e.g. cleaner, manager....... however I might want a different property to be displayed on the screen when I retrieve the config settings, so that the input data will match this employee object and its properties.
It may sound weird, or I may have the wrong end of the stick with resource/config setting files, however if you know of any preloading object property techniques please shout it would be very helpful.
Thanks in advance.
Person.
Sam HobbsPosted Nov 10, 2009, 5:11 PM