2007年5月23日
摘要: 判断目录是否存在使用CFileFind 类无法判断根目录:CFileFind fileFind;CString m_path = _T("c:\\");if (fileFind.FindFile(m_path) == false)//**如果是根目录(c:\,d:\),FindFile返回false;不是根目录则运行正常{ AfxMessageBox(msg); return;... 阅读全文
posted @ 2007-05-23 10:46 yoyolion 阅读(2886) 评论(0) 推荐(0) 编辑
摘要: 使用setlocale语句设定区域,解决UNICODE字符集下CStuioFile无法写入中文 阅读全文
posted @ 2007-05-23 09:54 yoyolion 阅读(1350) 评论(5) 推荐(0) 编辑
摘要: SendMessage模拟按钮的点击 阅读全文
posted @ 2007-05-23 09:52 yoyolion 阅读(2583) 评论(0) 推荐(0) 编辑