Any examples of saving and loading a tabcontrol?
I am get error when I try to load the layout...Root element is missing.
Which assembly could not be loaded. Can you get more details about this exception?
Mike,
Yes, those are the methods I was attempting to use. I missed the point that only the tab order is saved, which made it only part of the solution. Instead I created a custom collection that I serialize and restore. Together with the the built in methods I was able to make it work. First by deserializing my custom collection, then calling the LoadTabOrderFromXml.
The only issue I still have is the deserialization of the custom collection. It works fine on the .NET side, but my solution is an Interopt Usercontrol that is being used in a legacy VB6 app. Its giving an error: Could not load assembly...The system cannot find the file specified.
You should be able to accomplish this with the SaveTabOrderAs... and LoadTabOrderFrom... methods. Are those the methods you are already using?