HEY GUYS I Know how to knsert the activex control for adobe acrobat into the form but how can I view the acrobat file that is residing in the same folder.
I use Microsoft WebBrowser control on the form and navigate the file
Code:
Private Sub Form_Load()
Dim filename, fullpath
fullpath = CurrentProject.FullName
filename = Left(fullpath, InStrRev(fullpath, "\") - 1)
Me.WebBrowser0.Navigate filename & "\" & "pdffile.pdf"
End Sub
________________________________________________________
Zameer Abdulla
Help to find Missing people My father was a realistic father; not a vending machine dispense everything I demanded for!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.