I have succesfully programmed Adobe Acrobat Standard 7.0, see code snippet below:-
Dim objAcroApp as AcroApp
Set objAcroApp=CreateObject("AcroExch.App") ' Starts up Adobe Acrobat Standard 7.0
Dim objAcroDoc as AcroAVDoc
Set objAcroDoc=CreateObject("AcroExch.AVDoc") ' Create an object to allow a file to be opened
However, when it comes to using the ActiveX Adobe 7.0 Type library with Reader 7.0 it seems it can't be done - DDE technology is the only answer.
Has anyone out there got prior experience as I seemed to have strayed into a bit of a minefield !
Somewhere where I can look at code samples would be a great help.
Thanks you
Robert Snedden, Edinburgh
Microsoft ISV Community Center Forums1
|