Answer the question
In order to leave comments, you need to log in
CCheckListBox - why krakozyabry instead of text?
I create CCheckListBox with 4 fields, instead of the text there are krakozyabry.
channels_check_list = new CCheckListBox();
if (channels_check_list != NULL)
channels_check_list->Create(WS_VISIBLE | WS_CHILD | LBS_OWNERDRAWVARIABLE, CRect(CPoint(left + lbwidth + 10, 60), CSize(100, lbheight)), this, IDC_MYCHECKBOXLIST);
channels_check_list->InsertString(0, L"Channel 1");
channels_check_list->InsertString(1, L"Channel 2");
channels_check_list->InsertString(2, L"Channel 3");
channels_check_list->InsertString(3, L"Channel 4");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question