Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mexicmex

    mouse move event catch problem

    You can catch next events : 1. CM_MOUSEENTER / CM_MOUSELEAVE when mouse pointer "enters/leaves" the control (client) area. Unfortunately there is no message handler in the VCL controls so you must write your own. 2. WM_MOUSE_MOVE is mapped on the OnMouseMoveEvent;

Part and Inventory Search

Back
Top