Share via

How do I include a PDF file in my VB.net project?

Eugene Gough 196 Reputation points
2023-01-02T20:38:24.59+00:00

I need to include a PDF help file in a project, and have it loaded into the programs region when the program is loaded. When requested by the user, the PDF file will be opened for the user to view. I can't seem to find a way to do this in the current latest version of Visual Studio VB.net. I know that there used to be a place to add a file to the project and then edit the disposition such that it is copied into the program region when the program is loaded. I searched the forums and that didn't help at all.
Thanks.

Developer technologies | Visual Studio | Setup
Developer technologies | VB
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

Answer accepted by question author

  1. Castorix31 91,871 Reputation points
    2023-01-02T21:14:43.537+00:00

    You can see the small sample I had posted in this thread : How to open PDF files on Form1 from Resources

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.