摘要: 全部用给空间添加变量的方式来获取句柄 前置内容: 1.int 转换为 Cstring int x = 10086; CString str; str.Format(_T("%i"), x); MessageBox(str); 编辑框 Edit Control: 设置编辑框文本内容: editBox1 阅读全文
posted @ 2022-05-29 14:10 Hello霖 阅读(117) 评论(0) 推荐(0) 编辑