Persist MSGraph object

  • Thread starter Thread starter guenther
  • Start date Start date
G

guenther

Hi,
how can I programatically persist/save a MSGraph object from within VC++ to
a fiel? I did not get the "SaveAs" (Error: no member function) to work nor
the ".Export" with an appropriate format, which would allow me to reload the
object later on as a MSGraph object. Any suggestion?

Guenther
 
Hi,
how can I programatically persist/save a MSGraph object from within VC++ to
a fiel? I did not get the "SaveAs" (Error: no member function) to work nor
the ".Export" with an appropriate format, which would allow me to reload the
object later on as a MSGraph object. Any suggestion?

MSGraph objects only work when hosted in an ole client app.
You could add them to e.g. PowerPoint files and store as PPT.
There might be some way of doing this with an OLE control; never had need of
anything like this so I never tried it.
 
Back
Top