Help > Web Development > Object Reference > Getting Started > Visual Basic > Getting Started
<a name="kanchor212"></a>Getting Started
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:
  1. In Visual Basic 6, Create or Open the project you wish to use
  2. Click the Projects\References menu
  3. Check the ISYS 9.0 COM Library from the list and click OK If ISYS COM Library is not preset, click Browse and select ISYSCOM.EXE

Calling ISYS
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.

IISYSEngine ISYS = new ISYSEngine ISYS.InitializeEngine "C:\Program Files\ISYS", "XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX", ""