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
I would suggest converting your pdf file to a Microsoft help file, so that you don't need to have Adobe Reader installed (it's buggy, and has way too much security issues). You cannot expect users to have this.
In reply to the starter's comment:
Yes you would need to create your help file as an HTML document instead of a pdf. There is no easy way to convert pdf to HTML.