PowerPoint Dialog



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);



.



Relevant Pages

  • Re: Copying from excel and pasting as a metafile in powerpoint
    ... Go to Office Button | PowerPoint Options | Resources ... Beneath "about Microsoft Office PowerPoint 2007" it'll tell you what SP level you're ... I'm guessing that you have SP2 or one of the updates that went into it. ... gridlines from Excel, ...
    (microsoft.public.powerpoint)
  • Outlining Limit
    ... Hi - is there a limit on the number of levels of rows/columns I can ... exception after 8 levels, but I don't see any reason for Excel to not ...
    (microsoft.public.excel.programming)