0
Reply

Adding a file to a project

Algo Rhythm

Algo Rhythm

15 years ago
3.3k

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?