Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Are the validation controls available in Visual Studio 2005 for Windows Forms like they are for Web Forms? I don't see them.

share|improve this question

2 Answers

this can be implemented with the ErrorProvider class:

http://msdn.microsoft.com/en-us/library/system.windows.forms.errorprovider.aspx

Hope this helps!

Adam

share|improve this answer

Michael Weinhardt developed a set of validation components for WinForms as part of the Genghis Project. He also wrote series of MSDN articles awhile back that expanded on these components and added a ValidationSummary component too:

Extending Windows Forms with a Custom Validation Component Library

Extending Windows Forms with a Custom Validation Component Library, Part 2

Extending Windows Forms with a Custom Validation Component Library, Part 3

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.