I've found a solution:
this.errorProvider.SetIconPadding(this.textBox, -20);
where errorProvider is an ErrorProvider Object and textBox is an Entry object.
Jarek
2009-07-16 21:25:39
I've found a solution:
this.errorProvider.SetIconPadding(this.textBox, -20);
where errorProvider is an ErrorProvider Object and textBox is an Entry object.