readonly?

plumage

Active member
Joined
Jul 12, 2004
Messages
38
Programming Experience
Beginner
For txt box, i can set it to read only by using the below code,

txtCustID.ReadOnly = True

but how to set it if it is for comboxbox?

anyone can help me..thanks
 
if you want that the combobox cannot inputted
just make the properties of combobox dropdownstyle = dropdownlist
 
Back
Top