tamir Posted March 8, 2005 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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now