Exporting a form from a Windows App to a PowerPoint file

G

Guest

Hi,

Does anyone know if there's functionality available in .NET (using C#?) to
export data from a Windows Application into a PowerPoint file format? For
instance, if I'd a form containing a bitmap image in my Windows App, I need
to save that to a slide in the PowerPoint file.

Any ideas/info is appreciated.

Thanks
 
S

Sunny

Hi,

Does anyone know if there's functionality available in .NET (using C#?) to
export data from a Windows Application into a PowerPoint file format? For
instance, if I'd a form containing a bitmap image in my Windows App, I need
to save that to a slide in the PowerPoint file.

Any ideas/info is appreciated.

Thanks

Google is your friend. The first link for "powerpoint automation c#"
reveals this:
<http://support.microsoft.com/default.aspx?scid=kb;EN-US;303718>

Looks like a good start.

Cheers
Sunny
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top