Settings in components
Hi,
I've used Properties.Settings on a lot of my Win apps, and now I want to use it on one of my components too. However, the Properties namespace doesn't exists on components, so I create an instance of the Settings object myself.
The problem is, that I seem to be getting some strange behaviour using this with a component, and I want to know if this is even supported by a .NET component before I make too many changes, and how it's used.
If not, does anyone know of an alternative?
Thanks,
Weiran.

