Removing a container from project
-
I have a ToolStripContainer with four ToolStripPanels. I need to remove this container from the project without loosing the menus and toolbars I have contained within it. I have been searching for two days trying to find any info on how to save the docked toolbars by serialization. I then decided to remove the container. I found lots of info on creating the container but nothing on serializing the controls or removing the ToolStripContainer from the project! Any help is appreciated. Mark
-
I have a ToolStripContainer with four ToolStripPanels. I need to remove this container from the project without loosing the menus and toolbars I have contained within it. I have been searching for two days trying to find any info on how to save the docked toolbars by serialization. I then decided to remove the container. I found lots of info on creating the container but nothing on serializing the controls or removing the ToolStripContainer from the project! Any help is appreciated. Mark
If you remove the container, you'll lose it's contents. Where were you hoping they would go ? You'd need to replace them with conventional menus and toolbars, and I don't think there's an automated way to do that.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
If you remove the container, you'll lose it's contents. Where were you hoping they would go ? You'd need to replace them with conventional menus and toolbars, and I don't think there's an automated way to do that.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )