Is the Mouse Over a Delphi Form?
Friday August 11, 2006
TIPS :: To tell if the mouse is over Delphi Form, we can use the GetCapture() windows API function to capture the mouse. Here's a simple code block that does the trick ...
Related: Monitoring Mouse Activity | How to move the mouse cursor to the focused control when the form is displayed | No title bar! How can we drag such a window?


No comments yet. Leave a Comment