How to get reference to SlideShowView of already running Powerpoint Viewer

  • Thread starter Thread starter Manoj Pandole
  • Start date Start date
M

Manoj Pandole

Hi,

I am working on a scenario where an application starts
Powerpoint Viewer 97(this is a MFC application), and
there's another application( a VB6 one) which should be
able to track a show started by the first application.
Although i am able to get a reference to Powerpoint viewer
from VB6 application but i am unable to get a reference to
SlideShowView object.

Can anybody there please tell me how to get a reference to
SlideShowView?

Regards,
Manoj Pandole
 
Manoj,
You cannot get access to a SlideShowWindow object when you are automating
the viewer.

Regards
Shyam
 
Hi again,

Sorry, but it's not SlideShowWindow object but
SlideShowView object that i am trying to get hold of.
Any suggestions on that.

Regards,
Manoj Pandole
 
Back
Top