Displaying a PDF document: I'm trying to add the Adobe Reader control "AcroPDF.PDF.1" in order to display a PDF document. How do I set the PDF document path for the control?

The easiest way is to name the PDF document instead of the control, e.g.

Control (1,1) (10,120) progid="C:\PDF\test.pdf" name=" pdf1"

If you use the control you will need to call up a VB.NET (or VBScript) function that uses the LoadFile() method of the control to set the document path. See

http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/iac_api_reference.pdf

for the full documentation.