About this task
To use the COM Client library with Microsoft Visual
Basic:
Procedure
- Open your Visual Basic project in the Visual Basic interactive
development environment (IDE).
- From the Project menu, click References.
- Select the check box next to the Content Classification 8.8 Client
Library reference, and click OK.
- To view COM Client library classes and functions, press
the F2 key to open the Object Browser, and select BNSCOMCLIENTLib from
the list of library names.
- To refer to a class name, use BNSCOMCLIENTLib as
the prefix, for example:
Private m_objBnsConnectionPool As New BNSCOMCLIENTLib.BnsConnectionPool
Results
For a sample Visual Basic project, see the VBMatch sample
application.