How Do You Play A Sound When The Mouse Enters A Component?
How to Play a Sound When the Mouse Enters a Component Monday December 26, 2005TIPS :: All descendants of TComponent send a CM_MOUSEENTER and CM_MOUSELEAVE messages when the mouse enters and leaves the bounds of the component. You will need to write a message handler for the respective messages if you wish to respond to them – and play a sound, for example, when the mouse “enters” the component. Comments (0)See All PostsShare Prev