How to tell when an application is being dragged around screen?
-
Hi, This app is written in C++ without MFC. My question is this: Let's say my app is not full screen, and a user clicks the top bar of the app and drags it around the screen. Is there a windows message that gets sent back to my main app's message pump to tell me when the window is moving? like WM_ etc? I have been looking over MSDN and other documentation and I have not been able to find anything like this but maybe I am missing something. If it does not send a message, is there any other way that I can tell when the app is being dragged around? Thanks!
KR
-
Hi, This app is written in C++ without MFC. My question is this: Let's say my app is not full screen, and a user clicks the top bar of the app and drags it around the screen. Is there a windows message that gets sent back to my main app's message pump to tell me when the window is moving? like WM_ etc? I have been looking over MSDN and other documentation and I have not been able to find anything like this but maybe I am missing something. If it does not send a message, is there any other way that I can tell when the app is being dragged around? Thanks!
KR