//CEdit
CString s;
CWnd *pItem=GetDlgItem(IDC_STATIC);
m_Edit1.GetWindowText(s);
m_Edit2.SetWindowText(s);
s.Format("字符串长度:%d",m_Edit1.GetWindowTextLength());
pItem->SetWindowText(s);
相关文章:
-
2022-02-05
-
2021-10-29
-
2022-12-23
-
2022-03-09
-
2022-12-23
-
2022-12-23
-
2022-12-23
猜你喜欢
-
2021-11-30
-
2022-01-25
-
2021-10-04
-
2022-01-12
-
2021-05-19
-
2022-12-23
-
2022-12-23
相关资源
-
下载
2021-06-06
-
下载
2022-12-02
-
下载
2023-02-02