pokusavam da napravim powerpoint slide iz C#.
Nasao sam neke primere na net=u ali ne rade
private void Form1_Load(object sender, System.EventArgs e)
{
//Create an instance of PowerPoint.
oPPT = new PowerPoint.ApplicationClass();
// Show PowerPoint to the user.
oPPT.Visible = Microsoft.Office.Core.MsoTriState.msoTrue;
}
dobijam error:
D:\CurrentWork\PowerPointWorkout\Form1.cs(260): Cannot implicitly convert type 'Microsoft.Office.Core.MsoTriState' to 'Office.MsoTriState'
pomoc
hvala
nn
http://www.ndnlogic.com









Kako da napravim PowerPoint slide koristeci C#?