I have created a combo box on a dialog, and I'm able to populate the entry area using the SetWindowText API. But I'll be darned if it won't let be populate the selection spaces using SendMessage (window, LB_INSERTSTRING, 0, string); same for LB_ADDSTRING. It does not return an error indication; it simply does nothing. The list count returns zero. Anyone have any ideas?