Hi,
I am not sure if this could be done, but if I have a combo box using VB6 and I am adding items to it i.e.
myCombo.Clear
myCombo.AddItem("Green")
myCombo.AddItem("Red")
myCombo.AddItem("Blue")
myCombo.AddItem("Pink")
myCombo.AddItem("Purple")
myCombo.AddItem("White")
myCombo.AddItem("Yellow")
Is there a way when the user clicks on the combo box to have Red, White, and Yellow be greyed out so the user can't select it?
Mark
I am not sure if this could be done, but if I have a combo box using VB6 and I am adding items to it i.e.
myCombo.Clear
myCombo.AddItem("Green")
myCombo.AddItem("Red")
myCombo.AddItem("Blue")
myCombo.AddItem("Pink")
myCombo.AddItem("Purple")
myCombo.AddItem("White")
myCombo.AddItem("Yellow")
Is there a way when the user clicks on the combo box to have Red, White, and Yellow be greyed out so the user can't select it?
Mark