tamir 0 Posted March 8, 2005 i've created a ComboBox control in C++ and i want to add items. i used this code: SendDlgItemMessage(hwnd, IDC_COMBOBOX, CB_INSERTSTRING, (WPARAM)0, (LPARAM)"abc"); but it doesn't add anything. what's the problem? Share this post Link to post Share on other sites