Jump to content
Xtreme .Net Talk

Recommended Posts

  • 2 months later...
Posted

If any one is interested...

 

Dim presentation As PowerPoint.Application
presentation = New PowerPoint.Application
           presentation.Visible = Microsoft.Office.Core.MsoTriState.msoCTrue
           presentation.Presentations.Add()
           presentation.Presentations.Item(1).Slides.Add(1, PowerPoint.PpSlideLayout.ppLayoutBlank)
presentation.Presentations.Item(1).Slides.Item(1).Shapes.AddPicture("image.jpg", Microsoft.Office.Core.MsoTriState.msoCTrue, Microsoft.Office.Core.MsoTriState.msoCTrue, 0, 0)

presentation.Presentations.Item(1).Slides.Item(1).Shapes.AddMediaObject("sound.wav")

Proudly a Palestinian

Microsoft ASP.NET MVP

My Blog: wessamzeidan.net

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...