dhj Posted July 8, 2004 Posted July 8, 2004 hi all can i use required field validator in a windows application(vb.net), i have used this in a web application but have no idea to use in windows application. if i can use it, can i know the reference i need to put bcos when i'm creating a new windows application that component is not there in the tool list thx Quote
Administrators PlausiblyDamp Posted July 8, 2004 Administrators Posted July 8, 2004 You can only use the validator controls in web applications, not windows based ones. Windows apps have a control called ErrorProvider as a way to indicate errors but nothing with built in functionality :( However, point your browser over here for something that may help. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
FVCbr Posted July 10, 2004 Posted July 10, 2004 Michael Weinhardt has an excellent article on MSDN that deals exactly with that. You should definitely take a look. It is a 3 part article and here's the link for the 1st one: http://msdn.microsoft.com/library/default.asp?url=/code/list/winforms.asp I hope that helps. (It should!) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.