MFC操作数据库的时候,做了几个函数,其中有一个就是往ccombobox里面插入数据的操作pCtl->AddString((_bstr_t)m_pRecordset->GetCollect((_variant_t)strOutPut));pCtl 是定义的一个指针,CWnd pCtl ;往里传的时候是传的 ccombobox的 一个控件成员的地址  &m_ctltitle这样有错误,请问我该怎么做才能达到我想要的效果
'AddString' : is not a member of 'CWnd'