Can anyone show me how to make a combo box ready only? I have populated the combo via code and I need to stop the user from typing anything into it.
I have tried the locked property, but that dont seem to make any difference.
thanks
Printable View
Can anyone show me how to make a combo box ready only? I have populated the combo via code and I need to stop the user from typing anything into it.
I have tried the locked property, but that dont seem to make any difference.
thanks
Set the dropdownstyle to dropdownlist
Thanks alot Tewl.