AD
Administrator
Syncfusion Team
March 27, 2006 11:59 PM UTC
Shamelessly bump it...
>Hello,
>
>This is a general question, really...
>In .NET 2 we have all these nice Strip components.
>
>Does anyone know of a relatively simple way to remember the positions of all the MenuStrips and ToolStrips on my ToolStripContainer?
>
>I want to have persistent (and configurable) toolbars like in Office applications, etc.
AD
Administrator
Syncfusion Team
March 29, 2006 11:38 AM UTC
hi
you need to derive the class ''ApplicationSettingsbase'' to persist your settings.for more information see the MSDN help for that class.
good luck