I think I want to show some kind of confirmation tick type thing by a textbox - (it's traditional windows forms stuff, not WPF) - but not sure if it's a bit naff. I would like some kind of slick way of showing that a value is incorrect or valid after some tests have been done i.e. a web service is valid with that name or SMTP server seems to running with that name etc.
Should there be even any visual stuff going on or should a simple message on a status strip at the bottom of the window be enough.....
Any ideas are most welcome. PS - if the tick thing is a good idea what's the best way to implement this with a textbox control.
Example....