PowerPoint Dialog
- From: "TD" <someone@xxxxxxxxxxxxx>
- Date: Wed, 14 Mar 2007 16:44:33 -0500
I am trying to bring up the PowerPoint Options dialog in our application but
for some reason this doesn't seem to work. It does however work basically
the same way for both Word and Excel. Does anyone know if this is supported
for PowerPoint? The problem seems to be at the call to pApp->GetDialogs();
which is throwing an exception of E_NOINTERFACE.
PowerPoint::_PresentationPtr pDoc =
(PowerPoint::_PresentationPtr)pCurrentDoc->GetDocPtr();
PowerPoint::_ApplicationPtr pApp = pDoc->GetApplication();
PowerPoint::PPDialogsPtr dlgs = pApp->GetDialogs();
PowerPoint::PPDialogPtr dlg = dlgs->Item(PowerPoint::ppDialogStandard);
.
- Prev by Date: SUM STRING UNTIL
- Next by Date: Re: Loading Word documents in OLE containter very slow since Windows Server 2003 SP1
- Previous by thread: SUM STRING UNTIL
- Next by thread: Re: Speech Automation in word from c#.net
- Index(es):
Relevant Pages
|