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
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
精彩评论