0

I have a WinForms application and I have made a "help file" as a PDF. I would like to add the PDF to the application as a resource, then open it when the user clicks a button (using the user's default PDF viewer). Is this possible?

derekantrican
  • 1,891
  • 3
  • 27
  • 57

1 Answers1

1

Add the pdf file with "Add Existing Item ..." to your project. Then set the properties of it to "Resource" and "Do not Copy"

Now follow the answer from the duplicate link to open the pdf from resources.