Control a PowerPoint Show from C#

  • Thread starter Thread starter Teis Draiby
  • Start date Start date
T

Teis Draiby

I'd like to present a PowerPoint Show from an another computer on the
network. Is it possible to control a PowerPoint Show (.pps) from C#?

Thank you very much, Teis


Is there a newsgroup more appropriate for these kind of questions?
 
Set a COM Tab Reference to the "Microsoft PowerPoint XX Object Library" in
your project.

Visual Studio.NET will generate a Com Interop .NET wrapper for it and you
have full access to the Powerpoint engine.
Peter
 
Hi Peter,
thank you... now It's running!

I have a hard time finding some useful documentation on MSDN.
Is the "MSDN > Office Solutions Development > Office 2003 > VBA Language
Reference" the best reference available, from a C# point of view?
Can I directly translate these methods to C#??


Thank you very much!!

Teis
 
Back
Top