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?
Asked
Active
Viewed 717 times
0
-
**release** the embedded resource to temp file then `Process.Start` – Lei Yang Mar 27 '17 at 01:33