Hi

Gotta little problem that cannot be much illustrated with a code sample, still:

I need to to get a WM_LBUTTONUP message whilst the mouse cursor is outside my window (i.e.: somewhere over the desktop).
Obviously i do capture the mouse ::SetCapture(hwnd).

When the mouse is within my client's area everything works fine, but once i press and hold the left button outside the client's area both WM_LBUTTONDOWN and WM_LBUTTONUP come to me at once, regardless the mouse button is kept pressed.

anyone met this before?
HELP!

thanks in advance.
Rem.