This code will help to insert images in a combobox
This code will help to insert images in a combobox
Rate This code will help to insert images in a combobox
(1(1 Vote))
Me.ImageCombo1.ImageList = ImageList1
Me.ImageCombo1.Text = "VBCODES"
Me.ImageCombo1.ImageList = ImageList1
Me.ImageCombo1.ComboItems.Add 1, , "VBCODES", 1
Me.ImageCombo1.ComboItems.Add 2, , "VB.NETCODES", 2
Me.ImageCombo1.ComboItems.Add 3, , "ASPCODES", 3
Me.ImageCombo1.ComboItems.Add 4, , "ASP.NETCODES", 4
Me.ImageCombo1.ComboItems.Add 5, , "XMLCODES", 5
Me.ImageCombo1.ComboItems.Add 6, , "C#CODES", 6
'Me.ImageCombo1.ComboItems.Add.Image = ImageList1.ListImages.Item.Index
End Sub
'make sure all the controls are taken in the form.
'Please reply how you like our service
'Please reply to [email protected]
This code will help to insert images in a combobox Comments
No comments yet — be the first to post one!
Post a Comment