Header Banner
wonderhowto.mark.png
Gadget Hacks Next Reality Food Hacks Null Byte The Secret Yumiverse Invisiverse Macgyverisms Mind Hacks Mad Science Lock Picking Driverless

How to Create a PDF file reader in Visual Basic 2008

Code snippet showing properties of a file dialog, highlighting PDF filter settings.

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

Apple's iOS 26 and iPadOS 26 updates are packed with new features, and you can try them before almost everyone else. First, check Gadget Hacks' list of supported iPhone and iPad models, then follow the step-by-step guide to install the iOS/iPadOS 26 beta — no paid developer account required.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!