I have a combobox from which i need to programmatically disable items depending on an external event. The external event is done, I just need to disable the selection of the item and have it greyed out (like a context menu when certain options aren't available).
It was decided that having items simply disappear would confuse users but having them greyed out like menu items would be familiar.
How do you do that in VB6?