I\'ve got an application that goes into high CPU usage (slowly over time) when the ErrorProvider control sets the blinking icon continuously on several controls.
We use derived Form-Classes, with one base form class for our software. On the derived forms we use DataBinding extensively to deal with our BusinessObjects, all implementing IDataErrorInfo, throwing
Does anyone know if there is a way to get a list of controls that have the ErrorProvider icon active.ie. any controls that failed validation.I\'m trying to avoid looping all controls in the form.
We use BusinessObjects, implementing IDataErrorInfo and IEditableObject. BindingLists with those Objects are added to BindingSources, those are used to bind UserControls and DataGrids on the forms (Wi
Is there any way to turn the damned error provider off when i try to close the form using the windows close button(X). It fires the validation and the user has to fill all the fields before he can clo
I\'m using the ErrorProvider in VB.Net (2005) which is associated with a BindingSource that is bound to a custom object that I have created.This custom object contains a date field that has a \"Date\"