If found them in the \adobe\acrobat\reader\activex folder. In the VB
component's dialog it appears as "acrobat control for activex". I used the
component dialog to browse to that control (pdf.ocx) and select it, thus
causing it to become registered (it wasn't listed in my dialog), and two
lines of code did the trick.
--
Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.
"Raoul Watson" <EMAIL REMOVED> wrote in message
news:9uGwb.1915$EMAIL REMOVED...
:
: "John Lauwers" <EMAIL REMOVED> wrote in message
: news:3fc32d51$0$22016$EMAIL REMOVED .be...
:
: > But can I now programatticaly use the print command of the PDF reader
: > without pushing the print button?
: >
: > Greets John
: >
:
: John..
:
: There is an OCX that pdf users would have installed (comes with the
reader).
: The name is pdf.ocx. If you use that in your component, you will be
: surprised what you can do with it.. this to include:
:
: pdfcontrol.print
: pdfcontrol.printpages
: pdfcontrol.left
: etc..
:
: I have no idea where these are documented but experimentation within VB
(by
: just typing controlname <period> and watch the pop-up of procs and
: properties usually will be sufficient.
:
: