jarmo.l

jarmo.l

  • NA
  • 1
  • 0

Is it possible to open Acrobat Reader inside a form in C#?

Dec 4 2004 11:09 AM
Hi I'm trying to make an application that can display a PDF document inside my C# application. It will also display pictures in a picturebox, but that's no problem. In that same picturebox I would like to view a PDF document somehow. Can it be done and how? I have searched the web for an answer (3 hours last night), I only found how to open an external program using the System.Diagnostics.Process class but that way it opens in a new window and that's not what I want. /Fekkesh