I have a button which is disabled on some cases,
now I want to display a tooltip text when the user moves the mouse over the disabled button, I've tried two events Mouse Hover & Mouse Move, noticed that it won't fire any events for the disabled button.
as per this post, it seems it'll work, but since I have too may controls on my Form, I'm slightly concerned to use this method due to the performance factor.
Is there any better way of handling this issue?? your thoughts on this would be much appreciated, many thanks...:)