I've got VB6 experience but I'm quite new to doing OO in VB. I would be grateful if anybody has got any ideas on the best "OO" method of persisting objects.
Thanks.
Printable View
I've got VB6 experience but I'm quite new to doing OO in VB. I would be grateful if anybody has got any ideas on the best "OO" method of persisting objects.
Thanks.
do a serach for this article on MSDN:
Q187299
it tells you how to persist Classes in VB
You've just got to put code in the WriteProperties and ReadProperties events of the class, writing the data to a property bag.
- gaffa