Tried. No changes.Antonio Linares wrote:Enrico,
I email you the most recent FWH Harbour libs, just to be sure we use the same files
EMG
Code: Select all
TrackMouseEvent( ::hWnd, TME_LEAVE )
It seems that TrackMouseEvent( ::hWnd, TME_LEAVE ) calls HandleEvent() that, in turn, calls MouseMove() again but I can't understand how...Antonio Linares wrote:Enrico,
But TrackMouseEvent( ::hWnd, TME_LEAVE ) is called with TME_LEAVE parameter, so it just notifies when the mouse leaves the control, not when the mouse is moved.
Anyhow, an error like the one that you describe looks as a recursive call that forces the operating system to quit the task