Hi
i 'm developing windows application
using these code to view pdf
its viewing in my system.Code:Dim pdfurl As String = app.path &"\pdf\help.pdf" Objpdf.AxPdf1.src = pdfurl
when i genarate the exe and installed in another system ,its not working.
Added "Acrobat Control for ActiveX" in References.
in my sys Adobe 5.0 is there,another sys have 8.0
any problem with version?
Thanks for any help.




Reply With Quote