摘要: SetWindowText(_T("MFC 测试")); // 设置窗体标题 CString str; GetWindowText(str); // 获取窗体标题内容 /********************************************************/ CString 阅读全文
posted @ 2024-02-26 13:34 double64 阅读(34) 评论(0) 推荐(0)