4. API function reference
Page.4-3
(4-2)
Using on VB / Visual C#
To use an ActiveX component that is attached to a product from application
of Visual C# and Visual BASIC, you need to register your ActiveX by
following method.
(1) Registration of ActiveX
Install the driver in Chapter 2 Windows Setup.
The DLL and ActiveX will be copied automatically.
For using the usb61api.ocx on VB, use the tool "Regsvr32.exe" that is
attached to the Visual BASIC.
The "Regsvr32.exe" is 32bit console application. Therfore you must run it
on command prompt.
When register “usb61api.ocx”, enter on command prompt as the follows:
> regsvr32 usb61api.ocx
* On Windows 7/Vista, you have to start the command which run as
administrator.
The message of registration success.
(2) Unregistration of ActiveX
The message of unregistration success.
When unregister it, enter on command prompt as the follows:
> regsvr32 /u usb61spi.ocx