D
Donevan
I have inherited a project in which I need to extract information from a
power point presentation. I need to loop thru each slide grabbing some text
info. The majority of this code is in place and works. However, to
accomplish this the presentation goes into slideshow mode and is visible.
This fact that the presentation pops up and cycles thru the presentation can
be very distracting to the end users so I wish to turn this off. The method
being employed using VC++ 2005 w/ IDispatch calls. If I set the "Visibility"
to false then the slide show does not display, but no information is gathered
from the slides either.
Is there a property I can set that will push this to the background or
minimize it such that I can still gather the information from each slide but
not take over the desktop?
Thanks
Donevan
power point presentation. I need to loop thru each slide grabbing some text
info. The majority of this code is in place and works. However, to
accomplish this the presentation goes into slideshow mode and is visible.
This fact that the presentation pops up and cycles thru the presentation can
be very distracting to the end users so I wish to turn this off. The method
being employed using VC++ 2005 w/ IDispatch calls. If I set the "Visibility"
to false then the slide show does not display, but no information is gathered
from the slides either.
Is there a property I can set that will push this to the background or
minimize it such that I can still gather the information from each slide but
not take over the desktop?
Thanks
Donevan