I need to display powerpoint slides from an existing PPT presentation onto a form. Sounds simple, but I haven't been able to achieve it!
I think there are a number of ways to approach this, including;
1) Using TPowerPointApplication
2) Using TOleContainer
Using TPowerPointApplication, I would like to simply grab a bitmap of each slide and put each bitmap into TImages or whatever.
My second preference would be to use a number of TOleCOntainers and be able to load each container with a different slide from the presentation.
Problem is I haven't been successful in doing either.
I haven't been able to find anything on the Web to help.
If anyone could help I would be most gratefull!
Thanks
(I'm using Delphi 7)
RodB
I think there are a number of ways to approach this, including;
1) Using TPowerPointApplication
2) Using TOleContainer
Using TPowerPointApplication, I would like to simply grab a bitmap of each slide and put each bitmap into TImages or whatever.
My second preference would be to use a number of TOleCOntainers and be able to load each container with a different slide from the presentation.
Problem is I haven't been successful in doing either.
I haven't been able to find anything on the Web to help.
If anyone could help I would be most gratefull!
Thanks
(I'm using Delphi 7)
RodB