hi,
i'm not able to control a simple combobox.
when i launch the program nothing is written inside.
i mean:
CComboBox *cb_lista_commesse=(CComboBox*) GetDlgItem (IDC_COMBO1);
cb_lista_commesse->AddString("hello"
or
cb_lista_commesse->InsertString(0, "Hello"
nothing happen;
does anyone know how to do it?
thanks
ceodav
i'm not able to control a simple combobox.
when i launch the program nothing is written inside.
i mean:
CComboBox *cb_lista_commesse=(CComboBox*) GetDlgItem (IDC_COMBO1);
cb_lista_commesse->AddString("hello"
or
cb_lista_commesse->InsertString(0, "Hello"
nothing happen;
does anyone know how to do it?
thanks
ceodav