VB6 Solution: Add a "Microsoft WebBrowser control" (ieframe.dll) to a form and use its Navigate method to open the PDF file.
Examples:
WebBrowser1.Navigate txtFile.Text
WebBrowser1.Navigate Filename
VB6 Solution: Add a "Microsoft WebBrowser control" (ieframe.dll) to a form and use its Navigate method to open the PDF file.
Examples:
WebBrowser1.Navigate txtFile.Text
WebBrowser1.Navigate Filename