lsmyth1717
Programmer
I have a textbox on a form and I'd like to do some validation on the click event of a button. I'm used to using RequiredFieldValidators & RegularExpressionValidators in .net and was wondering if there was anything similar in vb6.
If not do I have to do all the validation in code. If so has anyone any examples of vb code that checks to see if a field is required and also checks to see if only letters and numbers are entered.
Cheers for any help anyone can give me. Please bare with me as I've only really worked with c#.net.
If not do I have to do all the validation in code. If so has anyone any examples of vb code that checks to see if a field is required and also checks to see if only letters and numbers are entered.
Cheers for any help anyone can give me. Please bare with me as I've only really worked with c#.net.