iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > Visual Basic Support > ActiveX Control |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The generated ActiveX control is convenient because it can be dropped on to a form. The wizard generated project will already have this component included in your application. If you ever need to add it manually, click Projects > Components to open the Components Window (shown below): The generated ActiveX control will have the name <prefix>ctrl. If you need browse for it, the actual file will be called <prefix>ctrl.ocx and will be found in the directory just below your message definition file called ./<prefix>. If you need to use multiple instances of parsing engines in your application, you will need to use different prefixes for each one.
|