Hello,
I have a help.pdf file which I want to install as part of my installation
When I run my application, I want to be able to access the full pathname to be able to pass it to the WebBrowser function.
I am using Visual Studio Express 2013 and it is a Forms application.
I don't care if it just copies across, or is embedded as a resource in the code, I don't want to access it as a stream and copy it into a byte buffer, I just want a path to the help.pdf file at runtime.
Many thanks,
Alan..