I know this sounds a bit counterintuitive, but I'm using a mousemove event to display help text for controls in my form.
This works well, but I'd like to display help text when the control is disabled as well (to explain to the user why it's disabled).
Short of superimposing transparent boxes everywhere, is there any way to fire a mousemove event when hovering over a disabled control?
This works well, but I'd like to display help text when the control is disabled as well (to explain to the user why it's disabled).
Short of superimposing transparent boxes everywhere, is there any way to fire a mousemove event when hovering over a disabled control?