how do i add/remove items in a combo box? Do i just use GetWindowText to read what item is selected?
Amon Ra The Power of Learning.
Send the CB_ADDSTRING message to add a string, and to get the string, send the CB_GETLBTEXT message.
ohh ok..thanks
Forum Rules