I\'m making a table reservation system for a school project, and I\'m using a list of PictureBoxes to represent the tables.
To these PictureBoxes I have linked a hover event
If you want to trigger event immediately, use MouseEnter event instead. By design your mouse should stay stationary for some time for MouseHover event to fire.
BTWSystemInformation.MouseHoverTime holds that delay for MouseHover event.