Philip

Philip

  • NA
  • 4
  • 22.1k

Opening pdf files from Resources

Nov 11 2009 8:20 AM
Hello, I would like to give the user of the program I have written, the option to open certain pdf files.

This code below opens the pdf file from the \Debug.

System.Diagnostics.Process.Start("help.pdf");

This is not what I want. I added the pdf file to the Resources. How do I call up a pdf from the Resources?

Answers (3)