Home » Category » C & C++

C & C++: combo boxes

104| Fri, 30 Nov 2007 23:08:00 GMT| amonra| Comments (2)
how do i add/remove items in a combo box? Do i just use GetWindowText to read what item is selected?

Keywords & Tags: combo, boxes, c++

URL: http://programming.itags.org/c-c++/35731/
 
«« Prev - Next »» 2 helpful answers below.
Send the CB_ADDSTRING message to add a string, and to get the string, send the CB_GETLBTEXT message.

megatron | Wed, 05 Dec 2007 14:24:00 GMT |

ohh ok..thanks

amonra | Wed, 05 Dec 2007 14:25:00 GMT |

C & C++ Hot Answers

C & C++ New questions

C & C++ Related Categories