除錯看了下,在OnSize中有呼叫,但是具體呼叫到的訊息不知道是哪個,不好判斷。
uj5u.com熱心網友回復:
位置尺寸 顯示等 的變化 一般會有 WM_WINDOWPOSCHANGING WM_WINDOWPOSCHANGED 訊息uj5u.com熱心網友回復:
WM_MOVEuj5u.com熱心網友回復:
好的 謝謝uj5u.com熱心網友回復:
好的 謝謝
uj5u.com熱心網友回復:
afx_msg void OnSize(
UINT nType,
int cx,
int cy
);
Collapse imageParameters
nType
Specifies the type of resizing requested. This parameter can be one of the following values:
SIZE_MAXIMIZED Window has been maximized.
SIZE_MINIMIZED Window has been minimized.
SIZE_RESTORED Window has been resized, but neither SIZE_MINIMIZED nor SIZE_MAXIMIZED applies.
SIZE_MAXHIDE Message is sent to all pop-up windows when some other window is maximized.
SIZE_MAXSHOW Message is sent to all pop-up windows when some other window has been restored to its former size.
cx
Specifies the new width of the client area.
cy
Specifies the new height of the client area.
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/61014.html
標籤:界面
上一篇:用CString出現的怪問題
