iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > Visual Basic Support > Generated Controls |
![]() ![]() |
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
There are a few different methods that Chameleon uses to generate custom controls for supporting Visual Basic. The easiest thing to do is to use the Stubcode Generation window in Chameleon to create a project. This table summarizes the options you will see:
The first version of Chameleon generated stubcode that had to be manually added to a Visual Basic project. For backwards compatibility, this method is still supported. However, new projects should use either the ActiveX control generation or the COM object because either option is much more convenient. In all cases, the generated control or stubcode will be placed in a directory called ./<prefix>, which is immediately below the directory your message definition file is located. The next sections will discuss the difference between using the generated ActiveX control and the generated COM object. The names of these controls will vary depending on the prefix you have picked to control their generation.
|