开发者

Resizing Dialog Box In MFC

开发者 https://www.devze.com 2023-01-11 00:34 出处:网络
I want to know is there any way or message in MFC by which one can know that a user has finishe开发者_Python百科d resizing the dilog box ..??Override your window class\' OnSize() function.Handle the m

I want to know is there any way or message in MFC by which one can know that a user has finishe开发者_Python百科d resizing the dilog box ..??


Override your window class' OnSize() function.


Handle the message WM_SIZE

0

精彩评论

暂无评论...
验证码 换一张
取 消