| ActivePatch Developer's Guide - Library and Visual Basic | ||
|
ActivePatch includes both an ActiveX control and a standard Windows dynamic link library, and in most cases those developers who are programming in Visual Basic will benefit from using the control. However, there are those situations in which a Visual Basic programmer may prefer to use the library over the control. ActivePatch does not come with Visual Basic modules which provide function declarations and constants. Instead, this information is provided as a type library, which is part of the library itself. To use the ActivePatch library in your Visual Basic programs, you need to create a reference to it in your project. To do this, follow these steps:
Note that there may be another reference to the ActivePatch Control. You do not want to select this since it refers to the ActiveX control, not the library. Once the library has been referenced, you will be able to use the functions and constants detailed in the technical reference. |
||