One way of viewing PDFs in VB6 is to use the standard acrobat reader to view them in the webbrowser object (i.e. using pdf.ocx indirectly).

My question is - if one does that by say

webbrowser.navigate "http://www.vbworld.com/bozo.pdf"

how can one send commands to the adobe plug-in to do things like do thing like hiding the toobar etc.


Here is an example of it being done with scripting http://www.borncity.com/WSHBazaar/News5.htm but I'm not familiar with that so I don't know how to convert it to VB6.