Hi,
I need a .NET 2.0 control to view pdf files on a windows form. Where do I
find it ?
Something like in FoxPro with OleBound control.
Thanks for any suggestion.
Herfried K. Wagner [MVP] - 24 Jan 2006 19:10 GMT
"Bragadiru" <adi_lazar@nospam.nospam> schrieb:
> I need a .NET 2.0 control to view pdf files on a windows form. Where do I
> find it ?
> Something like in FoxPro with OleBound control.
If you have Adobe Acrobat or Acrobat Reader installed, you can add a
webbrowser control to your form and then load the PDF file into the control.
.NET Framework 2.0 unfortunately doesn't contain an OLE container control.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
SharpCoderMP - 25 Jan 2006 22:07 GMT
there is an activex controll shipped with every acrobat reader - you may
use it to show pdf documents in your application. as far as i know other
than that are only commercial components.
> Hi,
>
[quoted text clipped - 3 lines]
>
> Thanks for any suggestion.