Re: using powerpoint in a groupware

Posted by Carlos on April 08, 2005

In Reply to: using powerpoint in a groupware posted by markus on February 02, 2005

I donīt know how to use the powerpoint sever component. But if you only want to display a power point presentation in a delphi form, you can try using the webbrowser component. Simply put a webbrowser component in your form, resize the window to your liking and use the following instruction:

webbrowser1.navigate('c:\yourpresentation.ppt');

to load your presentation.