Windows Develop Bookmark and Share   
 index > Windows Forms General > How to show pdf document in windows forms created using c#?
 

How to show pdf document in windows forms created using c#?

I whant to display pdf documents in windows forms.Is there any controls available for this.
Michael Ani  Tuesday, November 22, 2005 6:24 AM

Not sure, but it seems like you could use the WebBrowser control to then host the viewer.

- Erick

H. Erick Ellis  Tuesday, November 22, 2005 3:56 PM
The WebBrowser control works - additionally I think there's a PDF Active X control put out by adobe.  Try right clicking on your toolbox, "choose items", select the "COM" tab then surf for the appropriate control. 

JFo - MSFT  Wednesday, November 23, 2005 2:20 AM

Not sure, but it seems like you could use the WebBrowser control to then host the viewer.

- Erick

H. Erick Ellis  Tuesday, November 22, 2005 3:56 PM
The WebBrowser control works - additionally I think there's a PDF Active X control put out by adobe.  Try right clicking on your toolbox, "choose items", select the "COM" tab then surf for the appropriate control. 

JFo - MSFT  Wednesday, November 23, 2005 2:20 AM
how to search and highlight words in the pdf document.
nitroxn  Monday, January 23, 2006 5:10 PM

You can use google to search for other answers

Custom Search

More Threads

• Datatype Identifier...
• Problem with web browser control
• Calling webserivce giving Error in Windows service but WebApplication & Windows Application Successfull.
• Can anyone see why this would not work?
• how to get a control which looks like the UI when click add a web reference to a project?
• Studio 2003 Combo Box Resets Without Calling Events ! - Is this a known bug ?
• Best practice for authenticating users when WA is not an option
• Difficult question!
• ListBox Drag-n-Drop Change Background Color of just one item
• Adding a ListViewItem briefly changes the ListView.View property on an owner drawn ListView