Search found 3 matches

by AndreasH
Thu May 23, 2019 1:27 pm
Forum: PDF-XChange Editor SDK
Topic: Sample Program VB6 demonstrating PXV_Control_onEvent Declaration
Replies: 41
Views: 13401

Re: Sample Program VB6 demonstrating PXV_Control_onEvent Declaration

Hi,
any news to the topic? I would like to use this construct to pass the pagenumber of the current page in view to my prog, or is there a better way to do this?

Greetings
Andreas
by AndreasH
Fri May 17, 2019 10:43 am
Forum: PDF-XChange Editor SDK
Topic: Help for ExportToImages under VB6 needed
Replies: 3
Views: 2370

Re: Help for ExportToImages under VB6 needed

Hello Alex, thank's for the quick reply. I have traced back my problem to the wrong definition of variables. This snippet now works for me :D : Private Sub cmdExport_Click() Dim nID As Long Dim Op As PDFXEditCtl.IOperation Dim data As PDFXEditCtl.ICab Dim inp As PDFXEditCtl.CoAUX_Cab Dim Options As ...
by AndreasH
Thu May 16, 2019 3:35 pm
Forum: PDF-XChange Editor SDK
Topic: Help for ExportToImages under VB6 needed
Replies: 3
Views: 2370

Help for ExportToImages under VB6 needed

Hi, i have to migrate a prog using the Pdf-XChangeViewer to the current version of Pdf-XChange-Editor, where the prog is written in VB6. Migrating the whole prog to C++ is no option because the gui and the underlying logic is a little bit complex, also the lifetime of the prog is expected to end in ...