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

May 3, 2010 11:08 PM
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

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!