I know this was already asked here: Displaying tooltip over a disabled control
But it doesn't work for me. I have a TabControl control, with a TabPage in it. In the TabPage, I have a TableLayoutPanel. My disabled controls are inside that panel.
The problem is that the event does not fire when the mouse is over the disabled control. I tried the code in the MouseMove of the Form, the TabControl, the TabPage, the TableLayoutPanel and the disabled controls themselves, but none of them are working. Is there another solution?