The River is Just a River  
If you're absent from my struggle,then,don't be present for my success

2012年8月23日

摘要: 在创建一个windows应用程序时,在创建窗口的部分一般会有如下的函数调用:CreateWindow(...) ;ShowWindow(...) ;UpdateWindow(...) ;第一句:创建窗口第二句:显示窗口(显示创建之后的窗口)第三句:对窗口进行绘画现在来探讨一下UpdateWindow函数,下面是MSDN上的解释:UpdateWindow sends a WM_PAINT message directly to the window procedure of the specified window, bypassing the application queue. 下面我们创建 阅读全文
posted @ 2012-08-23 13:54 TiffanyZhou 阅读(1503) 评论(3) 推荐(1) 编辑