会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gabo
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
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)
Win32 Plus Extra Height of Caption Bar
摘要: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)
公告