Beiträge von caleb

    hi,

    I have the License name and License code. I did the following:-
    1. Ran the setup for the wPDF2Setup - Setup.exe. Version 2.94.
    2.Added the PDFV1.1 OCX control on my VB application.
    3.Put the below code on Command3:-

    '=====
    Private Sub Command3_Click()
    If PDF.StartEngine(ss, "Information ......", "A19....", 1) = True Then
    PDF.BeginDoc pdfFile, 0
    PDF.DrawBitmapFile 50, 40, 10, 20, htmlFile
    PDF.EndDoc
    Else
    MsgBox "We were not able to load the PDF Engine DLL", 0, "Error!"
    End If

    End Sub
    '=======

    4.When I click the button, i get the message box. "The licence codes have note been properly installed!
    We have only filled 3 pages.
    Please contact support@wptools.de !"

    So, where I'm I going wrong? How do I activate the DLL?

    hi Julian,

    I had posted my query 2 weeks ago regarding use of the wPDFControl02.dll in VB. You had tried solving it for me....the error was "The licence codes have note been properly installed!
    We have only filled 3 pages.
    Please contact support@wptools.de ! " I want to convert my HTML pages to PDF. Please pass me some guidelines /code or tell. I use the key I got and which works with Delphi. I'm in the middle of a project & am under pressure to finalise the task.


    Caleb