CString str1,str2;
((CEdit*)GetDlgItem(IDC_EDIT1))->GetWindowText(str1);
((CEdit*)GetDlgItem(IDC_EDIT2))->GetWindowText(str2);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
猜你喜欢
  • 2022-01-29
  • 2021-08-21
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
相关资源
相似解决方案