() Local $msg, $Timer, $ControlID, $ShowingToolTip = False $Timer = TimerInit() While 1 $msg = GUIGetMsg() If $msg == $GUI_EVENT_CLOSE Then Exit ; Using GUIGetCursorInfo really isn't the best approach (can be unreliable) ; What if the mouse moves before you can process every...