Quote Originally Posted by DP TWO
Have you tried to NOT move the mouse until your anwer is received back in your dialog class? My theory is that in this case, you should have the hour glass until the answer processing is done (and Endwaitcursor is called). If that works, you need to handle WM_SETCURSOR in all your OTHER classes that might change the cursor, based on your desires originating from your dialog class. A possibly daunting task...
I do not move it as much as I can, but for caliing the function I press a button, si I necessarily release the button, and maybe move it a bit...

Marina