serialization - How can I store instances of TabItem and load the instances on Application start (VB.NET) -


i'm storing instances of tabitem retrieving selected tab item tabcontrol's "selecteditem" property dictionary of type (string, tabitem) on button click 1 1.

after few clicks have dictionary containing lots of tabitems. store entire dictionary permanently such can load on application start. suggestions on how , can store instances? know file option there other alternative?

i tried serializing dictionary , store in file gives me error stating tabitem not serializable.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -