How to hide the context menu
We are interested in a PDF viewer to use/distribute with our .Net application. We have customers speaking different languages, so we have to externalize all texts in the user interface, to be able to translate them later. So, I was planning to take the PDF Reader OCX, hide all sub-controls containing texts (even though I like them :-( ), and to program our owns around it. I found methods to hide the Extern button, the Navigation Pane and Control Bar, but it seems impossible to disable the context menu. Is there any way to do this?
|