I have added a pdf into Solution Explorer for an application I am writing in Visual Studio.
When a user clicks on the a certain button, an email will be sent with this PDF file. When the solution is built, I want the pdf to be part of it so that I won't have to specify a location. Is this possible in Visual Basic?
I know how to send an email attach of course with my local path, but this is not wanted in my current application