<< Click to Display Table of Contents >> CreateObject Call |
![]() ![]() ![]() |
The ActiveX supports the CreateObject() call, i.e. it can be called from non-visual classes and objects. This is very useful if running in Active Server Pages (ASP).
Example for Visual Basic:
Dim x As Object
Set x = CreateObject("VpeControl.VpeControl.74")
The important parameter is "VpeControl.VpeControl.74" which is the class name of the VPE ActiveX Control.