CListBox::CreateEx(WS_EX_TOOLWINDOW | (pControl->GetExStyle() & WS_EX_LAYOUTRTL), _T("LISTBOX"), _T(""), LBS_NOTIFY | WS_CHILD | WS_BORDER | WS_VSCROLL, CRect(0,0,0,0), pControl,0); SetOwner(pControl); } SetFont(pControl->GetPaintManager()->GetTextFont()); ResetCont...