面对现实,超越自己
逆水行舟,不进则退
posts - 269,comments - 32,trackbacks - 0
MFC
MFC wcslen获取中文长度
posted @ 2014-10-10 11:53 王海光 阅读(3752) | 评论 (0)  编辑
MFC设置鼠标滑轮响应
posted @ 2014-05-08 16:33 王海光 阅读(4511) | 评论 (0)  编辑
MFC BMP文件转JPEG文件
posted @ 2014-01-09 14:30 王海光 阅读(1353) | 评论 (0)  编辑
MFC 修改单文档标题
posted @ 2013-12-13 10:28 王海光 阅读(7253) | 评论 (1)  编辑
判断文件CFile已经打开
posted @ 2013-09-23 16:46 王海光 阅读(9882) | 评论 (0)  编辑
MFC获取系统当前时间
posted @ 2013-08-22 17:36 王海光 阅读(1506) | 评论 (0)  编辑
Richedit使用大全
posted @ 2013-08-21 08:42 王海光 阅读(14264) | 评论 (0)  编辑
MFC设置控件背景透明
posted @ 2013-08-18 16:54 王海光 阅读(11028) | 评论 (0)  编辑
MFC判断线程是否存在
posted @ 2013-07-31 11:37 王海光 阅读(5643) | 评论 (0)  编辑
MFC拖动无标题窗口
posted @ 2013-05-30 08:35 王海光 阅读(701) | 评论 (0)  编辑
MFC设置透明度
posted @ 2013-05-29 11:18 王海光 阅读(1704) | 评论 (0)  编辑
Base64编解码(C++版)
posted @ 2013-03-20 14:00 王海光 阅读(11149) | 评论 (0)  编辑
MFC CEdit显示追加信息
posted @ 2013-03-01 15:50 王海光 阅读(2618) | 评论 (0)  编辑
MFC获取磁盘空间信息
posted @ 2013-01-16 17:00 王海光 阅读(2835) | 评论 (0)  编辑
GetAsyncKeyState函数说明
posted @ 2012-11-23 15:55 王海光 阅读(1629) | 评论 (0)  编辑
进程通信——管道
posted @ 2012-11-20 16:35 王海光 阅读(6508) | 评论 (0)  编辑
MFC bmp图片添加文字
posted @ 2012-11-19 17:19 王海光 阅读(6956) | 评论 (2)  编辑
MFC获取文件版本信息
posted @ 2012-10-25 13:43 王海光 阅读(1167) | 评论 (0)  编辑
VC使用总结(转载)
posted @ 2012-10-24 11:04 王海光 阅读(1109) | 评论 (0)  编辑
vc中常用的方法
posted @ 2012-10-24 10:49 王海光 阅读(643) | 评论 (0)  编辑
MFC ListCtrl控件的使用
posted @ 2012-09-13 14:31 王海光 阅读(2168) | 评论 (0)  编辑
SetTimer的使用问题
posted @ 2012-09-10 17:16 王海光 阅读(564) | 评论 (0)  编辑
MFC界面快捷键设置
posted @ 2012-09-05 13:58 王海光 阅读(1314) | 评论 (0)  编辑
获取驱动相关文件
posted @ 2012-09-04 17:51 王海光 阅读(562) | 评论 (0)  编辑
MFC获取本机IP地址
posted @ 2012-07-18 18:13 王海光 阅读(4233) | 评论 (0)  编辑
VC 按钮添加图标,位图
posted @ 2012-06-18 17:32 王海光 阅读(1616) | 评论 (0)  编辑
(转)GetLastError()返回值意义总结      摘要: 本文转自:http://blog.csdn.net/wangji163163/article/details/3539756。GetLastError()返回值意义总结 〖0〗-操作成功完成。〖1〗-功能错误。〖2〗-系统找不到指定的文件。〖3〗-系统找不到指定的路径。〖4〗-系统无法打开文件。〖5〗-拒绝访问。〖6〗-句柄无效。〖7〗-存储控制块被损坏。〖8〗-存储空间不足,无法处理此命令。〖9〗-存储控制块地址无效。〖10〗-环境错误。
  阅读全文
posted @ 2012-06-05 10:58 王海光 阅读(445) | 评论 (0)  编辑
获取打印机信息
posted @ 2012-05-23 11:00 王海光 阅读(1039) | 评论 (0)  编辑
c++ 读写文件操作      摘要: 用GetPrivateProfileString和WritePrivateProfileString函数读写文件操作。以及转载的一篇关于文件操作的文章  阅读全文
posted @ 2012-05-17 16:46 王海光 阅读(7075) | 评论 (0)  编辑
MFC 查找进程
posted @ 2012-05-10 14:20 王海光 阅读(1034) | 评论 (0)  编辑
MFC 线程传递CString
posted @ 2012-05-10 10:20 王海光 阅读(2555) | 评论 (0)  编辑
(转)关于CString总结
posted @ 2012-04-28 09:53 王海光 阅读(476) | 评论 (0)  编辑
MFC socket使用
posted @ 2012-04-26 13:58 王海光 阅读(1799) | 评论 (0)  编辑
MFC一种线程的使用
posted @ 2012-04-26 13:35 王海光 阅读(485) | 评论 (0)  编辑
MFC 64位系统重定向
posted @ 2012-04-25 16:27 王海光 阅读(614) | 评论 (0)  编辑
MFC结构体
posted @ 2012-04-24 13:56 王海光 阅读(1814) | 评论 (0)  编辑
MFC修改图标
posted @ 2012-04-20 15:52 王海光 阅读(12142) | 评论 (0)  编辑
MFC消息机制
posted @ 2012-04-19 16:06 王海光 阅读(1924) | 评论 (0)  编辑
mfc获取环境变量
posted @ 2012-04-17 12:21 王海光 阅读(1582) | 评论 (0)  编辑
MFC注册表
posted @ 2012-04-13 17:54 王海光 阅读(993) | 评论 (0)  编辑
MFC获取命令行参数
posted @ 2012-04-12 12:26 王海光 阅读(612) | 评论 (0)  编辑