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:
  1. lbldatetime.caption = cboHr.text

but it aint working :s


tnx adz