PDF Reader (Tutorial)

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.
6 posts Page 1 of 1
Contributors
MANSQN
VIP - Donator
VIP - Donator
Posts: 159
Joined: Sat Sep 17, 2011 11:33 pm

PDF Reader (Tutorial)
MANSQN
Requirements: 1 Form, 1 button, 1 PDF reader:

1: To add a pdf reader to the form:

On the Toolbox: right click the mouse and click on Choose Items...

2: A Window will appear, Click on COM Components.

Scroll down to Adobe PDF Reader and check it then click ok.

3: Then click ok.

This will add Adobe PDF Reader control to the control box:

4: Then drag Adobe PDF Reader to the form:

5: Then add OpenFileDialog to the form.

6: Change OpenFileDialog Filter property to PDF Files (*.pdf)|

7: Double click on Open button and place this code code.
Code: Select all
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        OpenFileDialog1.ShowDialog()

        AxAcroPDF1.src = OpenFileDialog1.FileName

    End Sub

-Thanks-
Last edited by MANSQN on Tue Feb 14, 2012 10:20 pm, edited 5 times in total.
User avatar
volttide
VIP - Donator
VIP - Donator
Posts: 106
Joined: Mon Jan 17, 2011 8:24 am

Re: PDF Reader (Tutorial)
volttide
Nice work, keep going clapper;
MANSQN
VIP - Donator
VIP - Donator
Posts: 159
Joined: Sat Sep 17, 2011 11:33 pm

Re: PDF Reader (Tutorial)
MANSQN
Thank you volttide i hope to post lots more.
User avatar
Bogoh67
VIP - Site Partner
VIP - Site Partner
Posts: 656
Joined: Sun Apr 18, 2010 8:20 pm

Re: PDF Reader (Tutorial)
Bogoh67
great tutorial
but who uses PDF readers anymore :P
MANSQN
VIP - Donator
VIP - Donator
Posts: 159
Joined: Sat Sep 17, 2011 11:33 pm

Re: PDF Reader (Tutorial)
MANSQN
Bogoh67 wrote:
great tutorial
but who uses PDF readers anymore :P
i know but it's fun to make. thanks
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: PDF Reader (Tutorial)
Axel
Bogoh67 wrote:
great tutorial
but who uses PDF readers anymore :P
I use it alot
http://vagex.com/?ref=25000
6 posts Page 1 of 1
Return to “Tutorials”