I have the following issues:
1. I want to make it so that ToolTips never go away once they are shown
until the user moves the mouse outside of the control for which the ToolTip
is assigned. It seems to me that setting the ToolTip.AutoPopDelay to a large
value (e.g., Int32.MaxValue) should acomplish this goal, but it does not.
2. I want to make it so that the ErrorProvider message is always displayed
when the mouse is over the ErrorProvider icon (i.e., I don't want the
ErrorProvider message to go away after a few seconds). Is this possible?
3. I've noticed that the ErrorProvider message fails to reappear if you keep
the mouse over an ErrorProvider icon until the message goes away and then
move your mouse off of the icon and then back on to the icon. Is there any
way to make it so that the ErrorProvider message always appears when the
mouse moves over the icon?
Thanks,
Lance