How to show an ErrorProvider error icon next to a GroupBox header? – Photoshop
I have a form with a GroupBox and an ErrorProvider. When I try to use the following code: errorProvider1.SetError(groupBox1, "error"); The error icon is shown to the right of the group box: I would like the icon to be shown…