If you want to display a pdf inside your application, the WebBrowser control is probably preferable over the Adobe Reader control, as it will open the file very smoothly in PDF Reader or whatever IE is using as a default to open pdfs.
https://stackoverflow.com/questions/2220134/displaying-a-pdf-file-from-winform

