How to make a PDF reader!

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
2 posts Page 1 of 1
Contributors
User avatar
Proprogrammer
VIP - Donator
VIP - Donator
Posts: 415
Joined: Sun Oct 03, 2010 11:14 pm

How to make a PDF reader!
Proprogrammer
First to get started add a component in the COM area called "Adobe PDF reader" after you read that then you should add a button to select a pdf file and and also a openfiledialog.
change the filter to *.pdf

Just add this code to the button event------
Code: Select all
 OpenFileDialog1.ShowDialog()

        AxAcroPDF1.src = OpenFileDialog1.FileName
That is all! EASY, SIMPLE, GREAT!
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
User avatar
MrBrockWalker
VIP - Donator
VIP - Donator
Posts: 171
Joined: Mon Jul 05, 2010 10:30 am

Re: How to make a PDF reader!
MrBrockWalker
very simple way to do it, I'm pretty sure someone already posted this before? good job none the less
Visit BW Photography and check out my photos!
2 posts Page 1 of 1
Return to “Tutorials”