Then just drop a webbrowser control on the form, and .Navigate to your pdf, e.g.
Code:
[COLOR=blue]Private Sub Command1_Click()
Form1.WebBrowser1.Navigate2 "[URL unfurl="true"]https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"[/URL]
End Sub[/color]
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.