随笔分类 -  Win32

Note about Win32 programming
摘要:1 case WM_ACTIVATE:2 // 绘制标题栏3 OnNCPaint();4 return FALSE;OnNCPaint() 为绘制非客户区代码 阅读全文
posted @ 2014-06-21 18:25 gabo 阅读(312) 评论(0) 推荐(0)
摘要:you set the size of the non-client area by handling theWM_NCCALCSIZEmessage. But don't do this unless you plan to do all of the non-client drawing as ... 阅读全文
posted @ 2014-06-21 18:21 gabo 阅读(280) 评论(0) 推荐(0)