vote up 4 vote down star
1

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

flag

2 Answers

vote up 4 vote down

Hi Billy, this can be implemented with the ErrorProvider class:

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

Hope this helps!

Adam

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.