How To: Create a PDF file reader in Visual Basic 2008

Create a PDF file reader in Visual Basic 2008

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.
You Will Need:
*Adobe Reader installed on your PC.

Once you have installed Adobe, you are ready to follow along. Just take the steps presented in the video and you will be all set!

Codes:
*Open PDF:

OpenFileDialog1.showdialog
AxAcroPDF1.src = OpenFileDialog1.filename


*Set the filter of the OpenFileDialog1 as:

PDF Files (*.pdf)|*.pdf

Just updated your iPhone to iOS 18? You'll find a ton of hot new features for some of your most-used Apple apps. Dive in and see for yourself:

Be the First to Comment

Share Your Thoughts

  • Hot
  • Latest