Hi. I used the sample ActiveViewVB program from the Acrobat SDK to develop an application which allows the user to view documents and also do searches using an index I set up using SQL tables. I am using Acrobat 11. I need functionality to allow the users to go to a specific page and also to be able to zoom. The application mostly works fine. The problem I have is that when I open the document using acroexch.avdoc.openinwindowex, setting the openFlags to AV_DOC_VIEW, if I set useOpenParams to True and
the pageMode to PDUseThumbs or PDUseBookmarks, I get more menu options than I want (create PDF, add signature, etc). If I set pageMode to PDUseNone or set UseOPenParams to False, I do not get the extensive menu at the top. I get a kind of shadow menu which appears at the bottom of the screen. When I first open a document, this shadow menu includes zoom options and the ability to enter a page number and go to it, which is what I want. However, if I close this page and open a new page, without closing the complete application, on the new page I get a smaller menu at the bottom, which does not include these options ( has only save, print,go forward or backward). Is this a bug? Is there a combination of options I can use which will assure that this displays correctly all the time?