摘要: (1) char*转换成CString   若将char*转换成CString,除了直接赋值外,还可使用CString::Format进行。例如: char chArray[] = "This is a test";char * p = "This is a test";   或 LPSTR p = "This is a test";   或在已定义Unicode应的用程序中 TCHAR * ... 阅读全文
posted @ 2010-08-04 17:19 go go go 阅读(3983) 评论(0) 推荐(0)
摘要: 这个ie浏览器的问题搞了我很久了,主要是退格键的问题 参照的是codeproject上ie toolband 的代码,它也有中文乱码的问题 将原函数 [代码] 修改为 [代码]原因The TranslateMessage function does not modify the message pointed to by the lpMsg parameter.... 阅读全文
posted @ 2010-08-04 17:14 go go go 阅读(152) 评论(0) 推荐(0)