I have reviewed all the sample code and technical notes on this but I still can not get it to work. Basically I have created a form and added the pdf Creator to it by dragging the pdfCreativeX Class to the form(from the toolbox). I then created a menu and when the user clicks on open it should bring up the pdf file created by the PDF Creator. Here is a look at some of my code...
Dim pdfViewer As New ACPDRCREACTIVEX.PDFCreactiveX
With pdfViewer
.Open("C:\tmp017.pdf", "")
.ReportState = ACPDFCREACTIVEX.ReportStateConstants.acReportStateDesign
What am I doing wrong?

(Please note I am using Visual Basic.net)