摘要: MFC 框架、文档、视图操作常用函数用法简析1. 跟窗口刷新有关的几个MFC函数//重绘窗口1) RecalcLayout(); /*RecalcLayout()-- The default implementation of this member function calls the CWnd member function RepositionBars to reposition all the control bars in the frame as well as in the main client window (usually a CView or MDICLIENT). */ 阅读全文
posted @ 2009-11-10 22:31 呼噜Zz 阅读(1167) 评论(0) 推荐(1)