Hi,
I have been using the AcroPDF(Pdf Reader), to access pdf files located in my hard disk, and visualize them in one of my form controls, and it has worked just fine.
dim p as string
p = "c:\MeuPDF.pdf"
AcroPDF1.LoadFile p
Now that I have moved these files to a WEB server, it is not...