How to open PDF files on Form1 from Resources

  • Thread starter Thread starter D Alien
  • Start date Start date
D

D Alien

Guest
I am creating a small program and I want to open a PDF file in the form itself using a PDF Reader (COM Component), but I don't want to use an OpenFileDialog as my file is in my Resources and it's the only PDF that will be opened.

How can I open this PDF directly on the PDF reader when I click a button?

Continue reading...
 
Back
Top