A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Powerpoint, Publisher and Visio » Powerpoint
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Embed Powerpoint into C# application



 
 
Thread Tools Display Modes
  #1  
Old July 11th, 2008, 04:01 PM posted to microsoft.public.powerpoint
guillaume
external usenet poster
 
Posts: 11
Default Embed Powerpoint into C# application

Hi,

I'm working on a prototype application which open PowerPoints (.ppt and
..pptx), plays the animations and provide a control on this animation
(previous slide, next slide, exit, reset ...)

I would like to embed the actual animation in a form's panel.

so far I used :
IntPtr screenClasshWnd = FindWindow("screenClass", null);
SetParent(screenClasshWnd, this.panel1.Handle);

where panel1 is the panel containing the PowerPoint.

It is working but I was wondering if there was a better way of doing this :
without the IntPtr.

I'm asking that since I would like to make the same kind of program with
Silverlight. I can open the PPT with Silverlight but the animation is on top
of the webbrowser, not embeded into the Silverlight animation ...

If someone had a hint, that'd vbe great !

Thanks in advance

Guillaume

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:01 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.