Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

putting powerpoint slides in timage

11 views
Skip to first unread message

Chris Rumbold

unread,
Apr 11, 2009, 4:32:58 PM4/11/09
to
Can someone give some help please

I can create a OLE object and load in a ppt file as below:

PowerPointApp := CreateOleObject('PowerPoint.Application');
PowerPointApp.Visible := True;
PowerPointApp.Presentations.Open(fn+'powerpoint\'+filelistbox5.Items[filelistbox5.itemindex],
false, false, True);

and I can retrieve an individual slide by using

PowerPointApp.ActivePresentation.Slides.Item(I);

but how can I get that slide to show in a Timage ??

Thanks

Chris

0 new messages