Home » Category » Microsoft Visual C & C++

Microsoft Visual C & C++: CComboBox + user added

202| Thu, 07 Feb 2008 06:54:00 GMT| karrelsj| Comments (1)
Hello all,
I have a CComboBox control attached to my combobox. My quesiton is, is there a way to allow the user to type in a selection that is not on the list. And if so how do I get that inputed text? Thanks

Keywords & Tags: ccombobox, user, added, microsoft, visual c++, vc

URL: http://www.7prog.com/visual-c-c++/41159/
 
«« Prev - Next »» 1 helpful answers below.
When your create the combo, you pass it a style, which dictates its behavior. CBS_DROPDOWN is the style you want, call GetWindowText to get the val.
Cheers!

viva la NSX

sigepuci | Sat, 10 Nov 2007 07:31:00 GMT |

Microsoft Visual C & C++ Hot Answers

Microsoft Visual C & C++ New questions

Microsoft Visual C & C++ Related Categories