How do you suggest handling properties and methods for an exComboBox control into my VC project?
We recommend using #import directive to import the control’s type library into your VC project. You don’t need the control’s TLB file. The dll file installed in your system folder exports the control’s type library as well. For instance, the #import “c:\winnt\system32\excombobox.dll” imports the control’s type library to your project. By default, the #import directive creates a namespace EXCOMBOBOXLib.