Vb6 Pdf Viewer

Hi, I got a project to load a pdf into a picturebox in vb6.
How do I handle that? Is there anyone who sell that .ocx? is there anyway to do it?
Thanks

  1. Pdf Viewer Online
  2. Vb6 Pdf Viewer Pro
  • 4 Contributors
  • forum12 Replies
  • 3,746 Views
  • 7 Years Discussion Span
  • commentLatest PostLatest Postby Giuseppe_1
Pdf viewer online

Recommended Answers

To add a PDF Viewer to the Windows Forms application at runtime, do the following. Run Microsoft® Visual Studio® 2012, 2013, 2015 or 2017. Create a new Windows Forms application project or open an existing one. Open the Solution Explorer, right-click References and choose Add Reference to add references to the PDF Viewer libraries. How To: Create a PDF file reader in Visual Basic 2008 By StephanieCMTucker; VB / VBA / Visual Basic 6; In this tutorial, learn exactly how to make a PDF file reader using Visual Basic 2008. This is really easy and will allow you to view, send and receive PDF files on your computer.

Well a picture box is meant to hold graphics while the adobe acrobat 7.0 browser control type library 1.0 will allow you display pdf files... So are you wanting to put this control into a picture box, or are you wanting to use one of those print to Tiff drivers …

Jump to Post

thanks for the info. Anything will do.
I don't need to do anything with the picture.
I just need to use it in 'loadpicture' picture function and display it.
Which way do you thing is the easiest?
thanks a lot, it's relieve to know that it is possible

Pdf Viewer Online

Graphics formats …

PdfJump to Post

Place picture box on form, size it, select control from toolbox, and draw it into the picture box.

Good Luck

Vb6 Pdf Viewer Pro

Jump to Post

All 12 Replies

Well a picture box is meant to hold graphics while the adobe acrobat 7.0 browser control type library 1.0 will allow you display pdf files... So are you wanting to put this control into a picture box, or are you wanting to use one of those print to Tiff drivers to print the adobe pdf via the shellexecute API with the 'print' verb and then use WIA 2.0 to load and display the output in a picture box???

Good Luck