astadtla / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

MouseEnter and MouseLeave? #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Are these events possible to intercept? Or even MouseMove? The built-in
Control-derived events don't seem to have any effect, and I don't see any
custom events implementing this.

Is there a low-level WndProc message I might intercept and implement them
myself?

Thanks.

Original issue reported on code.google.com by murray.l...@gmail.com on 24 Jan 2008 at 12:59

GoogleCodeExporter commented 8 years ago
I tried monitoring WndProc in both the cEXWB class and a custom NativeWindow 
handler,
but neither seem to catch WM_MOUSEMOVE or WM_MOUSELEAVE...

Original comment by murray.l...@gmail.com on 24 Jan 2008 at 2:07

GoogleCodeExporter commented 8 years ago
Ah, apparently these messages do work, but only if the control has focus, or at 
least
its parent window does...

Original comment by murray.l...@gmail.com on 24 Jan 2008 at 4:18