Hello to all.

I am developing a small mouse movement detector. It is an SDI app that does some stuff only based on mouse movement, regardless form its position or button flag.

To do so, I tried to enable mouse capturing on left button, to send all mouse movement messages to my CView to monitorate them until right button is pressed.

Anyway, unfortunately, mouse movement is captured only inside CView and its window border, title and toolbar. I'd need messages to be conveyed to my MyCView::OnMouseMove(...) function.

I thank you all for any help