I\'m just creating a simple calculator in C# (windows form)
I\'ve created a \"User Help\" which is a pdf file, what I want is to display that pdf file if the user cl
You could use the WebBrowser control and let IE load a PDF reader for you if there is one installed on the machine.
However the last time I tried this, I had to write the PDF file to disk first, so I could point the WebBrowser control at it.