m_msg.
SetShow(false);
m_msg.
SetPointer("1");
m_msg.
Add(SecsTypeList,"");
for(int nCnt=0;nCnt<100;nCnt++)
{
CString strBuf;
strBuf.Format("1/%d",nCnt+1);
m_msg.
SetPointer(strBuf);
m_msg.
Add(SecsTypeAscii,"Something");
}
m_msg.
SetShow(true);