If I wanted to make the text in the listbox fixed in which you can't change it from its original format....how would I go about doing that?
Printable View
If I wanted to make the text in the listbox fixed in which you can't change it from its original format....how would I go about doing that?
I do not quite understand. Do you mean so the user can't change/edit the text? If so, that is automatically done.
I got a combobox, and the user is able to edit the text........ I don't get it.
i said list box instead of combooo......sorry!
Change it's 'style' property to '2'. That should do it.
You can change the style of the combo-box to dropdownlist this will prevent people from editing the text.
Good luck
Oops :) you were first, sorry didn't saw it ;)