Вопрос

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

Это было полезно?

Решение

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top