void CNetWordClientDlg::DoTipUser(const CObList &msUser)
{
   POSITION pos=NULL;
   CUserInfo *tempInfo=NULL;
   this->m_msgList.RemoveAll();
   for (pos=msUser.GetHeadPosition();pos!=NULL;)
   {
   tempInfo=(CUserInfo*)msUser.GetNext(pos);
   this->m_msgList.AddTail(tempInfo);
   }
   if(!m_msgList.IsEmpty())
   {
        SetTimer(IDTIMEER1,800,NULL);
   }
 
}为什么没有进入OnTimer呢?且出现非法操作!!!!