摘要:
1 case WM_ACTIVATE:2 // 绘制标题栏3 OnNCPaint();4 return FALSE;OnNCPaint() 为绘制非客户区代码 阅读全文
摘要:
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 ... 阅读全文