Posted by: Nicole Fernholz
Hallo,
I would like to manage a powerpoint via an small program written in gupta
2005.1.
When included the MS Office (XP) PowerPoint Object Library 10 it would be
possible to open the PowerPoint-Application but I have problems to load a
ppt-file into it.
Code: Select all
If oApp.Create( )
Call oApp.CreateObject( "PowerPoint.Application" )
!
Call oApp.PropSetWindowState( 1 )
Call oApp.PropSetVisible( TRUE )
Call oApp.Activate( )
Call oApp.PropSetWindowState( PowerPoint_PpWindowState_ppWindowMaximized )
!
Call oPres.Open( 'C:\\test.ppt', 1, 1, 2, oPre )
...
nic