A quick question, is there a way to make a text box/combo box read only without disabling it
(as in:)
I dont want to do it that way because it greys out the text box
(using VB 2008 express)
(as in:)
Code:
TextBox.enabled = false ComboBox.enabled = false
(using VB 2008 express)
Comment