amishe

导航

2013年8月24日 #

Wince 6.0 窗口最大化显示

摘要: 在InitDialog用如下代码实现:CRect m_FullScreenRect; //全屏区域 CRect WindowRect; GetWindowRect(&WindowRect); CRect ClientRect; RepositionBars(0, 0xffff, AFX_IDW_PANE_FIRST, reposQuery, &ClientRect); ClientToScreen(&ClientRect); int nFullWidth=GetSystemMetrics(SM_CXSCREEN); int nFullHeight=Get... 阅读全文

posted @ 2013-08-24 00:09 amishe 阅读(416) 评论(0) 推荐(0)