Hi all!

I created a window that has a vertical scroll bar (by WS_VSCROLL style).

For some reasons too long to explain here, I have to hide the right button context menu associated with a scrollbar (Scroll here, Pag up, ecc.).

I know that scrollbar is in non client area but when I move cursor on it my WndProc doesn't receive neither WM_NCRBUTTONUP.

Any suggestion?

Thaks!