Is there any way I can handle the WM_NCHITTEST message in the window procedure such that the mouse will "fall through" to the next application below?
Right now I draw a custom shadow decoration in a transparent area of my application window. When I mouse over the shadow, which should be "outside the application window", it is still intercepting the mouse from the window below.
I've tried sending HTNOWHERE
and HTTRANSPARENT