Question

i have this code Public errorVal As New ErrorProvider

and this to set the error errorVal.SetError(Control, "error text")

and this to clear the error provider errorVal.SetError(txtNFactura, "")

but can i change the error icon that appears ???? for a .png or .gif in a folder or resources ?

set a custom icon

this in visual basic . net 2010

Was it helpful?
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top