Hello community...
I wish to make a combo box uneditable untill an event. The combo box is bound to a datasource so data is visible within the box at its creation. I want this data do be black instead of the greyed out default in an uneditable combo box.
I have tried the following
VB Code:
cboGeneric.enabled = false cboGeneric.foreColor= color.black
and this fails.. i have also trid severla other tricks and they have failed also.. any sugestions are appreciated...




Reply With Quote