Quote Originally Posted by Shaggy Hiker View Post
You don't have great options.
Dear shaggy and schoemr, previous replies were massively edited. Please honor me by revisiting through them.

Quote Originally Posted by schoemr View Post
You can change the icon..
I really liked this idea but three questions.

1) Where does the red (!) symbol come from? It is an information in my case not an error (It is an errorprovider after all). I tried
Code:
ErrorProvider1.Icon = SystemIcons.Information
but they are very large in size and I have to retrieve it back to error in case of an error.

Update: I used .ToBitmap conversion but exceptions occur with the goal to resize them. But now I'm sure beside that red (!) it should be a normal notification icon.


2) Several simultaneous errors, warnings and infos require different errorproviders on form right? Is there a way to trick it once for all?

3) To clear the error provider I used a button. But it clears all error indicating controls. Is there a way to clear/reset them seperately?