Form level mouse events

J

JezB

I'm finding that form-level mouse events are not being fired when the mouse
is over any control within the form. Is there any way to enforce this ? I
want generic MouseLeave and MouseMove events that fire on the form even when
the mouse is over controls within the form (and even if these controls
themselves have a MouseMove event, I'd want BOTH to be fired).
 
A

Atul

You can subscribe to the MouseMove and MouseLeave events of every child
control of the form to achieve this.

----------------
-Atul, Sky Software http://www.ssware.com
Shell MegaPack For .Net & ActiveX
Windows Explorer GUI Controls
&
Quick-Launch Like Appbars, MSN/Office2003 Style Popups,
System Tray Icons and Shortcuts/Internet Shortcuts
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top