Question
How to program the Microsoft Image Combo Box ActiveX control.
Answer
The code below demonstrates how to work with a Microsoft Image Combo Box ActiveX control. Open the odc file in the ObjectDCL editor and notice there are two controls. The upper one is the ActiveX Image Combo Box and the lower one is the ActiveX ImageList control. The ImageList control is used to store the images displayed by the Combo Box control. Add your images to it and remember the index values, because the index value is used to indicate which image to display.
Knowledge Base
FAQ