Depending on the Visual Programming Tool being used to develop your interactive host application, a reference to the ActiveX EZServerTools.ocx component must be made to expose the two functions provided GetEZTrans() and PutEZTrans() for use in your application. Reference the documentation provided with your visual programming tool on referencing ActiveX compenents. In the following example we have chosen Microsoft Visual Basic as the visual programming tool, however any visual programming tool that supports ActiveX can be used.
Step 1
From the Visual Basic Project menu, select Components...
Step 2
From the Reference list of installed components, select EZ-Server ActiveX Tools by placing a check mark next to it and click OK.
That is all there is to it! You can now start using the GetEZTrans() and PutEZTrans() functions provided with EZ-Server from within your application.
See Also:
Enabling The ActiveX Interactive Interface
GetEZTrans()
PutEZTrans()
Contents
| Index | Previous | Next