My document has got two parts that I want to save in separate files and
I would like to have two menu items in the file menu so that I can save
them at separate times, so that I can combine files of the two types in
any way.
Each of the menu items should call a kind of a Serialize() function, so
that the saving is easy to handle.
Has anybody got an idea how I can do that?
Thomas