I have a VB6 app that opens an Acrobat window (OpenInWindowEx) within a small frame in the app window. However, with Acrobat 8, Acrobat fills the entire application window. I think this is because Acrobat is in SDI mode (e.g. AcroApp.SetFrame has no effect). I have changed Acrobat to MDI mode (uncheck "Show each document in its own window" in Preferences> Documents) but that doesn't help: Acrobat continues to fill my entire app window. What can I do to fix this? Is there any way to select MDI mode programmatically?
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script