Previous | Next | (P-PDF) Developers
Topic: ToolBar
Conf: (P-PDF) Developers, Msg: 59544
From: jchalek
Date: 5/29/2002 05:39 PM
Visual Basic does, of course, have intelli-sense, if you turn it on. Then all you have to do is put an instance of your ocx on a form, type out the name of that object in a code window and type a dot to get a list of all the properties and methods. There is a method there "setShowToolbar(True or False)" which may suit your needs.
I do know there is no real documentation for the pdf.ocx, since it is not the recommended route for developers, but with enough poking around, it can be made to reveal its capabilities. Hope this helps.