Hi, i am trying to lock the combo box so that user can't type in combo box, but they can still select 1 from the list
also how can i populate what the combo box say into a label
i am currently doin
VB Code:
lbldatetime.caption = cboHr.text
but it aint working :s
tnx adz




Reply With Quote