Visual Basic 6.0 Tutorial: ImageCombo and ImageList-Display Image with Combo items in Combobox

Learn Visual Basic 6.0 Tutorial-Working with ImageCombo and Image List-Display Image with Combo items in the Combobox-Step by Step STEP-I Add Microsoft Windows Common Control 6.0 . Add ImageCombo onto the form from Toolbox. Use ImageCombo Add Method Syntax: (INDEX,KEY,TEXT,IMAGE,SELECTEDIMAGE,IDENTATION) I am using Only Two Parameter of add method i.e TEXT and IMAGE for displaying the Image in the combobox. STEP:2 To display Image Left to Comboitems in the Combobox *Add Imagelis
Back to Top