errorprovider
High CPU usage when using ErrorProvider in WinForms, why?
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.[详细]
2023-02-20 20:13 分类:问答How to set ErrorProvider Icon left for all Controls programmatically
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[详细]
2022-12-31 12:30 分类:问答C# WinForms ErrorProvider Control
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.[详细]
2022-12-28 03:36 分类:问答DataBinding and ErrorProvider - How to provide custom error messages?
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[详细]
2022-12-25 14:15 分类:问答Errorprovider shows error on using windows close button(X)
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[详细]
2022-12-23 07:05 分类:问答ErrorProvider Not Allowing Blank Date TextBox Field
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\"[详细]
2022-12-15 17:20 分类:问答