Chinaunix首页 | 论坛 | 博客
  • 博客访问: 34031
  • 博文数量: 14
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 142
  • 用 户 组: 普通用户
  • 注册时间: 2015-10-28 20:06
文章分类

全部博文(14)

文章存档

2016年(8)

2015年(7)

我的朋友

发布时间:2016-04-17 08:57:02

转载地址:http://blog.csdn.net/maopig/article/details/7530266应用程序框架产生的消息映射函数例如:afx_msg void OnBnClickedButton1(); 其中 afx_msg为消息标志,它向系统声明:有消息映射到函数实现体;而在map宏定义中,就有具体消息和此函数的映射定义(可以是自定义,也可以是系统自动完成的)afx是 applic.........【阅读全文】

阅读(1758) | 评论(0) | 转发(0)

发布时间:2016-04-13 19:58:31

      When using BitBlt() to convert a monochrome bitmap to a color bitmap, GDI transforms all white bits (1) to the background color of the destination device context (DC). GDI transforms all black bits (0) to the text (or foreground) color of the destination DC. When usin.........【阅读全文】

阅读(1101) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chengyake2016-07-11 18:14

csdn上更更合适你

回复  |  举报
留言热议
请登录后留言。

登录 注册