我正在尝试将 alistbox 中的项目添加到 cstringarray。但文本始终为空。请建议更改
int count = m_OutList.GetCount();
for ( i = 0; i <m_OutList.GetCount(); i++)
{
m_OutList.GetText( buf[i], text );
m_selcomponents->Add(text);
// getb //Add();
}
我正在尝试将 alistbox 中的项目添加到 cstringarray。但文本始终为空。请建议更改
int count = m_OutList.GetCount();
for ( i = 0; i <m_OutList.GetCount(); i++)
{
m_OutList.GetText( buf[i], text );
m_selcomponents->Add(text);
// getb //Add();
}