Z
zidansoft
In my program I use powerpoint objects like
presentation,slides,pagesetup etc..working fine in 2000,2003,2007
but in 2002 version always hang ,i take object like this
1 ApplicationObject
2 ActivePresentation
3 SlideShowSettings
4 slides
5 PageSetup
6 shapes
7 shape
etc...
when i try to get pagesetup it hangs
if i comment that line ,it hang when take shapes(means next line)
if i call Activate function of ApplicationObject before each
call ,it is working fine..why this happening?
any alternative?
NB: i am using c++ ..
presentation,slides,pagesetup etc..working fine in 2000,2003,2007
but in 2002 version always hang ,i take object like this
1 ApplicationObject
2 ActivePresentation
3 SlideShowSettings
4 slides
5 PageSetup
6 shapes
7 shape
etc...
when i try to get pagesetup it hangs
if i comment that line ,it hang when take shapes(means next line)
if i call Activate function of ApplicationObject before each
call ,it is working fine..why this happening?
any alternative?
NB: i am using c++ ..