Billy
Billy

Reputation:

Validation controls for Windows forms?

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

Upvotes: 4

Views: 3555

Answers (1)

Adam Alexander
Adam Alexander

Reputation: 15180

this can be implemented with the ErrorProvider class:

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

Hope this helps!

Adam

Upvotes: 4

Related Questions