can anyone advice me for track the Mouse Stoped message?
i have 1 idea, but my thot isn't completed :(
- using 2 static variables for see the mouse positions;
- when the mouse move we kill the timer and, then i recreate the timer for test the mouse coordenates;
-using the WM_TIMER, i compare the values.
here is a modified version of your code which might help you going on the right track... since it seems you get the idea. to bad there is no WM_MOUSESTOP...
thanks
if there is a WM_EXITSIZEMOVE why they never did the WM_MOUSESTOPED and the drag messages?
sorry the code isn't working, because the MouseStoped seems not be activated :(
is activated so fast that the text is quickly changed lol
i put them static ;)
the problem isn't your code.... i belive that it's my label. i must avoid somethings for try avoid very flickers and more lol
like if the previous text it's the same, why change it... somthings like that ;)
thanks for all