Tutorial
- Download Visual Studio or Basic from Microsoft website
- Create a new solution.
- Add a Adobe PDF Component (Skip to Step 7 if you have enabled it)
- To enable the Adobe PDF Component, you need to be in flash player 10.0 or upper.
- Right-click on “All Windows Form” and select “COM Components”
- Check the box of “Adobe PDF Reader”
- Add a button. Renamed it as “Open PDF Files”.
- Add a open file dialog.
- Double click on the button, and type in the following:
openfiledialog1.show
Axadobepdfreader1.src = openfiledialog1.filename - And your Self-made PDF Viewer is completed!
0 comments:
Post a Comment