CreateObject Call

<< Click to Display Table of Contents >>

Navigation:  How To Use the VPE Control > VPE ActiveX >

CreateObject Call

Previous pageReturn to chapter overviewNext page

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.73")

The important parameter is "VpeControl.VpeControl.73" which is the class name of the VPE ActiveX Control.