Is there a way to view "PDF" files in a Windows Form, using VB.Net 2005? I know I can launch Adobe Reader from within a form by using:
System.Diagnostics.Process.Start _
("c:\maps\")
However, this only executes Adode Readers' exe file and start the application in a separate window. I want to be able to display PDF files "within" my application.
Your help is greatly appreciated.
System.Diagnostics.Process.Start _
("c:\maps\")
However, this only executes Adode Readers' exe file and start the application in a separate window. I want to be able to display PDF files "within" my application.
Your help is greatly appreciated.