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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top