acrobat controls in vb

  • Thread starter Thread starter sam
  • Start date Start date
S

sam

Hi! This is sam.. I would like to know acrobat reader
controls in vb.
Is there any such(Acrobat reader) controls available in
visual basic or third patry .. I need to use it in my
project .
Any worthy answer will be appriciated.
sam
 
Hi Sam,

I believe you could use the same ActiveX control that IE uses to display PDF
documents (this one is most likely installed when you install Acrobat
Reader). The only difficulty I foresee is locating a DLL or an EXE
containing this control to derive an Interop library - but I hope this
control has proper COM categories to be visible in the list of available COM
references.
 
Hi Dim,

Why not just run IE (System.Diagnostics namespace) from inside vb .net to
use its services?

Bernie Yaeger

Dmitriy Lapshin said:
Hi Sam,

I believe you could use the same ActiveX control that IE uses to display PDF
documents (this one is most likely installed when you install Acrobat
Reader). The only difficulty I foresee is locating a DLL or an EXE
containing this control to derive an Interop library - but I hope this
control has proper COM categories to be visible in the list of available COM
references.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

sam said:
Hi! This is sam.. I would like to know acrobat reader
controls in vb.
Is there any such(Acrobat reader) controls available in
visual basic or third patry .. I need to use it in my
project .
Any worthy answer will be appriciated.
sam
 
Hi Bernie,

I think we should ask the original poster about that :-) As for me, I would
probably hate if the program would have to launch IE just to display a PDF
document. Adobe Acrobat Reader would be more natural, but still, if one can
embed it as an ActiveX, why launch a yet another process?

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

Bernie Yaeger said:
Hi Dim,

Why not just run IE (System.Diagnostics namespace) from inside vb .net to
use its services?

Bernie Yaeger

Dmitriy Lapshin said:
Hi Sam,

I believe you could use the same ActiveX control that IE uses to display PDF
documents (this one is most likely installed when you install Acrobat
Reader). The only difficulty I foresee is locating a DLL or an EXE
containing this control to derive an Interop library - but I hope this
control has proper COM categories to be visible in the list of available COM
references.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

sam said:
Hi! This is sam.. I would like to know acrobat reader
controls in vb.
Is there any such(Acrobat reader) controls available in
visual basic or third patry .. I need to use it in my
project .
Any worthy answer will be appriciated.
sam
 
Back
Top