Merchand
Well-known member
I'm looking for a little help here on how to persist data in a User Control class library in VB.net. I have this StatusBar UserControl and it is made up of two statusBar constituent controls called sbrMessage and sbrApplication. The sbrMessage is to display any type of message the user wants during application development. While, the sbrApplication contains several panels one for time, one for date, one for application name, one for caps lock and one for num locks, etc...
I'm wanting to know the best and perferred method of persisting my user control's data. I have been reading as much online stuff as possible from msdn and elsewhere. I have asked this question before in the window forms forum. I'm looking at using binary serialization to store my usercontrol data but is this the best solution? (In VB6 we had the property bag to store data for persistancy.
Help!
I'm wanting to know the best and perferred method of persisting my user control's data. I have been reading as much online stuff as possible from msdn and elsewhere. I have asked this question before in the window forms forum. I'm looking at using binary serialization to store my usercontrol data but is this the best solution? (In VB6 we had the property bag to store data for persistancy.
Help!