Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Who use Adobe Acrobat 7.0 with VB 6???

Status
Not open for further replies.

stefnany

Programmer
Mar 1, 2004
20
CA
Hello!

I want use Acrobat 7.0 in Vb 6.
I add the control of Adobe Acrobat 7.0
(C:\Program Files\Adobe\Acrobat 7.0\ActiveX\AcroPDF.dll).
I put this control in my form.
For test i write any line of code
Private Sub Form_Load()
AcroPDF1.LoadFile ("C:\Document\Faces.pdf")
AcroPDF1.setShowToolbar (False)
End Sub
I click play and it's ok!
I save my project, I close VB6.
When open my project I have this message.
"Ligne 13: Impossible de charger le contrôle AcroPDF1"
(Impossible to charge AcroPDF1 control).

What's the solution????

Thank's
stefnany
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top