vpxPrint Active-X
vpxPrint is a 32 bits DLL designed by 4GL for use with any programming language able to call a DLL or to use an Active-X object.
The Active-X implementation is available since the version 6.3 of vpxPrint.
When writing the Active-X component of vpxPrint, we kept in mind the fact that one of the major reasons of the vpxPrint success is that it is really very easy to use, compared to other solutions.
We had two solutions :
| - | reproduce what others do: a lot of Active-X properties and methods, |
OR
| - | provide the encapsulation of an vpxPrint file within a window. |
As using properties and methods from programs is not usually very easy, we have choosen the second solution.
The vpxPrint Active-X is a container for vpxPrint DLL.
Properties and methods have been inserted in order to adjust window attributes or send commands like print or export to the vpxPrint interface.