Abrir PowerPoint con C#
Publicado por Eloy (21 intervenciones) el 10/11/2004 00:19:50
Buenas, necesito abrir un arcivho de power point desde un programa en C# y no se que pasa que no me deja, hago lo siguiente:
PowerPoint.Application ppApp = new PowerPoint.Application();
ppApp.Presentations.Open("C:\\ap.ppt",MsoTriState.msoTrue,MsoTriState.msoFalse,MsoTriState.msoTrue);
si alguien me puede ayudar se lo agradeceria mucho
Saludos
PowerPoint.Application ppApp = new PowerPoint.Application();
ppApp.Presentations.Open("C:\\ap.ppt",MsoTriState.msoTrue,MsoTriState.msoFalse,MsoTriState.msoTrue);
si alguien me puede ayudar se lo agradeceria mucho
Saludos
Valora esta pregunta


0