Disable editing,saving,printing in Powerpoint

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a requirement in my project(DOTNET).I got to give the user only
reading capability for my powerpoint presentation opened thru my
application.All other featues like cut,copy,paste,save,saveas,print,right
click context menus should be disabled.How can i achieve this in powerpoint
programatically using c#? can anyone extend their help?
 
K.V.Bharath said:
Hi,
I have a requirement in my project(DOTNET).I got to give the user only
reading capability for my powerpoint presentation opened thru my
application.All other featues like cut,copy,paste,save,saveas,print,right
click context menus should be disabled.How can i achieve this in powerpoint
programatically using c#? can anyone extend their help?

You can host an instance of PPT on your own application's form, I'd think. If
the instance is invoked in slideshow mode, you'd get quite close to what you're
after.

This explains how to do it in VB:
http://skp.mvps.org/vb/pptvbwnd.htm
 

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

Back
Top