Sorry about the weird title, I'm currently playing around with WinForms and I'm wondering if there is any way to make it so that you don't have to 'double-click' the window to activate an item in a menustrip when the window is unfocused?
Currently if the window is unfocused I first have to click on the window to give it focus and then click once again on the menustrip item even if my mouse was hovering above the menustrip item from the start.
Thanks in advance!