Hi Ole!
> Does anyone know how to embed a powerpoint presentation in a windows forms
> applikation. I can't find any documentation on how to do this anywhere.
> Seems
> there isn't an Active-X control for viewing powerpoint presentations from
> within another application.
you can host the PowerPoint-document on a Windows.Forms.Form by using IE:
How To Use the WebBrowser Control to Open Office Documents with Visual
C# .NET
http://support.microsoft.com/?id=304662
or you can take an ActiveX-Control that hosts Office-documents and use
it through COM/interop.
SAMPLE: Visual C++ ActiveX Control for Hosting Office Documents in
Visual Basic or HTML
http://support.microsoft.com/?id=311765
Cheers
Arne Janning