I want to make a simple 'hover' function that shows a help window on any control on the form (like a much bigger tooltips thingy) without pressing a button.
Unfortunately the mousemove event of the form does not fire when you hover the mouse over a control on a form, only when over the blank form itself.
Is there some other way that will read the mouse cursor position no matter what it is currently over?
Unfortunately the mousemove event of the form does not fire when you hover the mouse over a control on a form, only when over the blank form itself.
Is there some other way that will read the mouse cursor position no matter what it is currently over?