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
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 90,521 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 Answers by the question author, which helps users to know the answer solved the author's problem.