Hello Freeon,
Poor form my ass. Poor form is asking an assinine question and then trying
to make out like you didn't.
Your original post states:
How do I capture the hover event on the ErrorProvider control?
I created a custom control and inherited the ErrorProvider. Problem is
I don't know which method to override to capture the hover event. I want
to popup a custom form instead of the default tooltip.
Well.. if you had bothered to read the docs or look in the object browser,
you would have noticed that there is NO hover event or overridable method
that will allow you to do this. So I stand by my original prescription:
Read, then ask intelligent questions.
-Boo
GhostInAK, that is extremely poor form.
My question very obviously states I can not find where the event
capture point is, that includes the documentation in both of those
sources.
In the future when your have nothing to contribute please do not post
nonsense.
------------------------
Now for those without the flamethrower on extra crispy... There does
not appear to be any events triggered that we can override to
customize
the ErrorProvider message.
Best bet is to write your own Component that emulates the
ErrorProvider.