如题,谢谢。

解决方案 »

  1.   

    The WM_MOVE message is sent after a window has been moved
      

  2.   

    这个消息在moving状态下也会发出来,我想判断它是否已经移动完毕
    看来还是jennifergiant(孟琦)的想法比较可行
      

  3.   

    用GetMessage(),来获取WM_MOVE消息,如果获取到WM_MOVE消息就说明窗口已经移动完毕。
      

  4.   

    WM_EXITSIZEMOVE
    The WM_EXITSIZEMOVE message is sent one time to a window, after it has exited the moving or sizing modal loop.
      

  5.   

    效果和WM_MOVE 好像没什么区别