VC++ Automation: how to know configuration of multiple monitors?

R

Rob

Hi,

I'm using vc++ 6 to automate PowerPoint 2003 and like to know if user
has configured to use second monitor for slide show. Is there a
property for this in object SlideShowSettings or in some other places?

Thanks
Rob
 
S

Steve Rindsberg

Hi,

I'm using vc++ 6 to automate PowerPoint 2003 and like to know if user
has configured to use second monitor for slide show. Is there a
property for this in object SlideShowSettings or in some other places?

I don't believe PPT exposes this through the OM but look at
HKCU\Software\Microsoft\Office\xx.x\PowerPoint\Options

You can watch the registry after changing the settings in PPT. It'll update
immediately.

The interesting bits appear to be:

DisplayMonitor which display to use
UseMonMgr whether to use presenter view or not
 

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

Top