Getting started with the ISYS com objects and Visual Basic. Adding ISYS Integration Toolkit (com) to your project You need to include ISYS Integration Toolkit (com) as a reference in your project. To do this you need to:
You can then create the ISYSEngine object. It is recommended that you store the ISYSEngine object in application scope or as a global variable. This will improve performance as it will cache and reuse objects.
|