Home » U++ Library support » TreeCtrl » Serialize
Re: Serialize [message #9457 is a reply to message #9452] |
Tue, 08 May 2007 21:00  |
bfeiten
Messages: 2 Registered: May 2007
|
Junior Member |
|
|
I'm writing a small application that uses TreeCtrl for browsing the directoy tree and that allows to open specifc files for editing. I derived the code from reference example (tree1).
When I reopen the application I would like to get the same tree as the one I had when I closed the application.
I thought it would work like
void Csed::Serialize(Stream& s)
{
s % tree;
}
|
|
|
Goto Forum:
Current Time: Tue Jul 08 22:46:18 CEST 2025
Total time taken to generate the page: 0.02777 seconds
|