VB 2008 Tutorial - 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.
1 post Page 1 of 1
Contributors
User avatar
tvs praveen
Top Poster
Top Poster
Posts: 205
Joined: Tue Dec 08, 2009 6:20 am

VB 2008 Tutorial - PDF Reader
tvs praveen
Insert 1 Adobe PDF Reader, 1 Button and 1 OpenFileDialog :D

Name a Button1 text into Open a PDF File

Double click and insert this code into Button1
Code: Select all
OpenFileDialog1.showdialog()
AxAcroPDF1.src = OpenFileDialog1.filename
Insert this text into OpenFileDialog1 Properties Filename and into Title
Code: Select all
Open A PDF File
Insert this text into OpenFileDialog1 Properties Filter
Code: Select all
Photoshop Document File [PDF]|*.pdf

*******************Thanks for reading my tutorial, I think this Tutorial will be most helpful to you!*******************

If you want any custom tutorial for you or you need any help in VS.NET, VB.NET, Software Coding, Designing and much more any help in Computer stuffs just ask me

Mostly i will help everyone in coding and design stuffs in on Computer

- Best regards hehaho;

- Tvs Praveen wahooo;

- Thanks CodeNStuff! for this amazing Website cooll;
1 post Page 1 of 1
Return to “Tutorials”