How remove the option to save the pdf in visual basic 2010 (pdf reader)
I have developed a PDF reader but I wont that the user save the pdf in the computer. How can I remove the option to save in the pdf?
Re: How remove the option to save the pdf in visual basic 2010 (pdf reader)
Please this is very important for me. I already search in google but nothing.
Re: How remove the option to save the pdf in visual basic 2010 (pdf reader)
Pls elaborate your question if you dont want to save then don't do a sub that will save the pdf.?
Re: How remove the option to save the pdf in visual basic 2010 (pdf reader)
when you add AxAcroPDF1 the form display the pdf (I have the pdf online) but if you put the mouse under the pdf ,the pdf display the option to save, print etc so I want disable these options. I want that the user read the pdf only inside the app.
Re: How remove the option to save the pdf in visual basic 2010 (pdf reader)
did you code the save option..?
Re: How remove the option to save the pdf in visual basic 2010 (pdf reader)
No, the option came with the pdf or the pdf reader in visual studio
Re: How remove the option to save the pdf in visual basic 2010 (pdf reader)
Does anything actually happen when you click on the menu item when the program's running (eg. file dialog, automatic saving)? I'm afraid I don't use Adobe products (ever, if it can be avoided !!!) so I don't have access to this .ocx so I'm stabbing in the dark a bit. Are there any properties related to menus etc.?
Re: How remove the option to save the pdf in visual basic 2010 (pdf reader)