A
Anthony
Hi,
I've written a small C# application which has toolbars which can be
hidden and repositioned. How should I record the current state of the
toolbars when the program shuts down so that it can be displayed in the
same way next time its run ?
Previously under MFC I would have used the registry to save this
configuration info. Is this still the preferred method in .NET or is
there a better way. I have a vague idea you're supposed to use meta
data, but how would you do this in practice ?
Thanks,
Anthony.
I've written a small C# application which has toolbars which can be
hidden and repositioned. How should I record the current state of the
toolbars when the program shuts down so that it can be displayed in the
same way next time its run ?
Previously under MFC I would have used the registry to save this
configuration info. Is this still the preferred method in .NET or is
there a better way. I have a vague idea you're supposed to use meta
data, but how would you do this in practice ?
Thanks,
Anthony.