cedit

作者: fffwc | 来源:发表于2020-10-09 19:52 被阅读0次

    // CString str;

    // m_edit1.GetWindowTextW(str);

    // if (str.GetLength()> 0)

    // {

    // m_edit2.SetWindowTextW(str);

    // }

    UpdateData(TRUE);

    if (m_str1.GetLength()>0)

    {

    m_str2 = m_str1;

    UpdateData(FALSE);

    }

    相关文章

      网友评论

          本文标题:cedit

          本文链接:https://www.haomeiwen.com/subject/wphrpktx.html