全部用给空间添加变量的方式来获取句柄
=================================
编辑框:
设置编辑框文本内容:
editBox1.SetWindowTextW(_T("Hello World"));
获取编辑框文本内容:
CString str1;
editBox1.GetWindowTextW(str1);
标签:控件,编辑框,str1,c++,editBox1,句柄,文本,部分
来源: https://www.cnblogs.com/Hello233/p/16323772.html