组合框之getcursel()UpdateData(true);
if (m_comjg.GetCurSel()==0)
m_jg="北京";
if (m_comjg.GetCurSel()==1)
m_jg="TJ";

else
m_jg="haha";

m_text.SetWindowText(m_jg)";
UpdateData(false);
编译时总是出错
error C2039: 'GetCurSel' : is not a member of 'CString'
        c:\program files\microsoft visual studio\vc98\mfc\include\afx.h(368) : see declaration of 'CString'