Algo Rhythm

Algo Rhythm

  • NA
  • 41
  • 0

Adding a file to a project

Aug 26 2009 4:44 PM

Hello,
I want to add a .PDF file to a VB project and have it open on the click of a button.  I currently have
Process.Start("C:\path to PDF file\file.pdf"). 
How can I do this without using an absolute path, but rather have the .PDF as part of the project so I don't have to use a path, just call it by name?