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.