combobox in vb.net
-
hello please help me how to set a combo box readonly so user couldnot write into combbox. thanks.
I believe there's a property for the style of box, and one of those is dropdownlist, that means it's a list only, no typing allowed.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I believe there's a property for the style of box, and one of those is dropdownlist, that means it's a list only, no typing allowed.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Hi dear i think here is your answer http://www.codeproject.com/cs/miscctrl/ReadOnlyComboBox.asp
Salman Sheikh